Uses of Class
visad.browser.WidgetEvent

Packages that use WidgetEvent
visad.browser Provides a JDK 1.1-compatible set of classes for using VisAD in browsers via sockets connected to a remote server. 
 

Uses of WidgetEvent in visad.browser
 

Methods in visad.browser with parameters of type WidgetEvent
 void Widget.notifyListeners(WidgetEvent e)
          Notifies all widget listeners of the given widget event.
 void WidgetListener.widgetChanged(WidgetEvent e)
          Send a WidgetEvent to this WidgetListener.
 void VisADApplet.widgetChanged(WidgetEvent e)