Uses of Class
visad.RemoteVisADException

Packages that use RemoteVisADException
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.collab   
 

Uses of RemoteVisADException in visad
 

Methods in visad that throw RemoteVisADException
 void ThingImpl.addReference(ThingReference r)
          Adds a listener for changes to this thing.
 void ActionImpl.addReference(ThingReference ref)
          Creates a link to a ThingReference.
 void ThingReferenceImpl.addThingChangedListener(ThingChangedListener listener, long id)
          Adds a listener for changes in the underlying Thing.
 

Uses of RemoteVisADException in visad.collab
 

Methods in visad.collab that throw RemoteVisADException
 void RemoteDisplayMonitorImpl.addListener(MonitorCallback l, int id)
          Adds this listener to the remote DisplayMonitor.
 void RemoteDisplayMonitorImpl.addListener(RemoteDisplay rd, int id)
          Adds this remote display to the remote DisplayMonitor.
 void RemoteDisplayMonitorImpl.addRemoteListener(RemoteDisplay rd)
          Unusable stub.
 void DisplayMonitorImpl.addRemoteListener(RemoteDisplay rd)
          Initializes links so that MonitorEvents will be exchanged with the specified remote Display.
 void DisplayMonitor.addRemoteListener(RemoteDisplay rd)
          Initializes links so that MonitorEvents will be exchanged with the specified remote Display.
 void RemoteDisplayMonitorImpl.controlChanged(ControlEvent e)
          Forwards the event to the adapted remote DisplayMonitor.
 void RemoteDisplayMonitorImpl.destroy()
          destroy this monitor
 void DisplayMonitor.destroy()
          destroy this monitor
 void RemoteDisplayMonitorImpl.displayChanged(DisplayEvent e)
          Forwards the event to the adapted remote DisplayMonitor.
 void RemoteDisplaySyncImpl.eventReady(RemoteEventProvider provider, Object key)
          Notifies remote event consumer that an event is ready.
 void MonitorCallback.eventReady(RemoteEventProvider provider, Object key)
          Alert the callback object that an event is ready.
 MonitorEvent RemoteEventProviderImpl.getEvent(Object key)
           
 MonitorEvent RemoteEventProvider.getEvent(Object key)
           
 void RemoteDisplayMonitorImpl.notifyListeners(MonitorEvent evt)
          Forwards the event to the remote DisplayMonitor.
 void DisplayMonitor.notifyListeners(MonitorEvent evt)
          Forwards the MonitorEvent to all the listeners associated with this DisplayMonitor.