| Package | Description |
|---|---|
| visad.collab |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplaySyncImpl |
class |
RemoteDisplaySyncImpl
RemoteDisplaySyncImpl is the implementation of the VisAD
RemoteDisplaySync class. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDisplayMonitorImpl.addListener(MonitorCallback l,
int id)
Adds this listener to the remote
DisplayMonitor. |
void |
DisplayMonitor.addListener(MonitorCallback callback,
int id)
Adds the specified listener to receive
MonitorEvents
when the monitored Display's state changes. |
void |
DisplayMonitorImpl.addListener(MonitorCallback listener,
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. |