Uses of Interface
visad.collab.MonitorCallback

Packages that use MonitorCallback
visad.collab   
 

Uses of MonitorCallback in visad.collab
 

Subinterfaces of MonitorCallback in visad.collab
 interface DisplaySync
          DisplaySync is the interface for objects which synchronize a Display with one or more RemoteDisplays.
 interface RemoteDisplaySync
          RemoteDisplaySync is the interface for stubs which are exported to RemoteDisplays and used to send back events used for synchronization.
 

Classes in visad.collab that implement MonitorCallback
 class DisplaySyncImpl
           
 class RemoteDisplaySyncImpl
          RemoteDisplaySyncImpl is the implementation of the VisAD RemoteDisplaySync class.
 

Methods in visad.collab with parameters of type MonitorCallback
 void RemoteDisplayMonitorImpl.addListener(MonitorCallback l, int id)
          Adds this listener to the remote DisplayMonitor.
 void DisplayMonitorImpl.addListener(MonitorCallback listener, int id)
          Adds the specified listener to receive MonitorEvents when the monitored Display's state changes.
 void DisplayMonitor.addListener(MonitorCallback callback, int id)
          Adds the specified listener to receive MonitorEvents when the monitored Display's state changes.
 void DisplayMonitorImpl.removeListener(MonitorCallback l)
          Stops forwarding MonitorEvents to the specified listener.