visad
Interface ScalarMapListener
-
- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- DisplayMonitor, RemoteDisplayMonitor
- All Known Implementing Classes:
- Aeri, AnimationWidget, ColorMapWidget, ContourWidget, DisplayMonitorImpl, Gifts, Qdiv, RangeWidget, RemoteDisplayMonitorImpl, SelectRangeWidget, TrackWidget, VisADSlider
public interface ScalarMapListener extends java.util.EventListenerScalarMapListeneris the EventListener interface forScalarMapEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcontrolChanged(ScalarMapControlEvent evt)Receive aScalarMapEventwhen the map control changes.voidmapChanged(ScalarMapEvent evt)Receive aScalarMapEventwhen the map data changes.
-
-
-
Method Detail
-
mapChanged
void mapChanged(ScalarMapEvent evt) throws VisADException, java.rmi.RemoteException
Receive aScalarMapEventwhen the map data changes.- Parameters:
evt- the event- Throws:
VisADException- If there is a problem notifying this listener.java.rmi.RemoteException- If there was an RMI-related problem.
-
controlChanged
void controlChanged(ScalarMapControlEvent evt) throws VisADException, java.rmi.RemoteException
Receive aScalarMapEventwhen the map control changes.- Parameters:
evt- the event- Throws:
VisADException- If there is a problem notifying this listener.java.rmi.RemoteException- If there was an RMI-related problem.
-
-
DMelt 3.0 © DataMelt by jWork.ORG