public interface ScalarMapListener extends EventListener
ScalarMapListener
is the EventListener interface for
ScalarMapEvents
.Modifier and Type | Method and Description |
---|---|
void |
controlChanged(ScalarMapControlEvent evt)
Receive a
ScalarMapEvent when the map control changes. |
void |
mapChanged(ScalarMapEvent evt)
Receive a
ScalarMapEvent when the map data changes. |
void mapChanged(ScalarMapEvent evt) throws VisADException, RemoteException
ScalarMapEvent
when the map data changes.evt
- the eventVisADException
- If there is a problem notifying this listener.RemoteException
- If there was an RMI-related problem.void controlChanged(ScalarMapControlEvent evt) throws VisADException, RemoteException
ScalarMapEvent
when the map control changes.evt
- the eventVisADException
- If there is a problem notifying this listener.RemoteException
- If there was an RMI-related problem.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.