visad.gifts
Class Gifts
java.lang.Object
visad.gifts.Gifts
- All Implemented Interfaces:
- ItemListener, EventListener, ScalarMapListener
public class Gifts
- extends Object
- implements ItemListener, ScalarMapListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gifts
public Gifts(String[] args)
throws VisADException,
RemoteException,
IOException
- Throws:
VisADException
RemoteException
IOException
main
public static void main(String[] args)
throws VisADException,
RemoteException,
IOException
- Throws:
VisADException
RemoteException
IOException
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged
in interface ItemListener
mapChanged
public void mapChanged(ScalarMapEvent e)
throws VisADException,
RemoteException
- Description copied from interface:
ScalarMapListener
- Receive a
ScalarMapEvent
when the map data changes.
- Specified by:
mapChanged
in interface ScalarMapListener
- Parameters:
e
- the event
- Throws:
VisADException
- If there is a problem notifying this listener.
RemoteException
- If there was an RMI-related problem.
controlChanged
public void controlChanged(ScalarMapControlEvent e)
- Description copied from interface:
ScalarMapListener
- Receive a
ScalarMapEvent
when the map control changes.
- Specified by:
controlChanged
in interface ScalarMapListener
- Parameters:
e
- the event