public class Gifts extends Object implements ItemListener, ScalarMapListener
Modifier and Type | Method and Description |
---|---|
void |
controlChanged(ScalarMapControlEvent e)
Receive a
ScalarMapEvent when the map control changes. |
void |
itemStateChanged(ItemEvent e) |
static void |
main(String[] args) |
void |
mapChanged(ScalarMapEvent e)
Receive a
ScalarMapEvent when the map data changes. |
public Gifts(String[] args) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public static void main(String[] args) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void mapChanged(ScalarMapEvent e) throws VisADException, RemoteException
ScalarMapListener
ScalarMapEvent
when the map data changes.mapChanged
in interface ScalarMapListener
e
- the eventVisADException
- If there is a problem notifying this listener.RemoteException
- If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListener
ScalarMapEvent
when the map control changes.controlChanged
in interface ScalarMapListener
e
- the eventCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.