visad
Interface ControlListener

All Known Subinterfaces:
DisplayMonitor, RemoteDisplayMonitor
All Known Implementing Classes:
TextControl.ProjectionControlListener, DisplayRenderer, ShapeControl.ProjectionControlListener, ProjectionControlListener, BaseRGBMap, SelectRangeWidget, VisADSlider, AnimationWidget, ColorMapWidget, ContourWidget, GMCWidget, Rain, CollectiveBarbManipulation.AnimationControlListener, DiscoverableZoom, FlexibleTrackManipulation.ProjectionControlListener, FlexibleTrackManipulation.AnimationControlListener, FrontDrawer, FrontDrawer.ProjectionControlListener, TrackWidget

public abstract interface ControlListener
extends EventListener

ControlListener is the EventListener interface for ControlEvents.


Method Summary
 void controlChanged(ControlEvent e)
          send a ControlEvent to this ControlListener
 

Method Detail

controlChanged

public void controlChanged(ControlEvent e)
                    throws VisADException,
                           RemoteException
send a ControlEvent to this ControlListener