Package ucar.unidata.ui.event
Class ActionSourceListener
java.lang.Object
ucar.unidata.ui.event.ActionSourceListener
- All Implemented Interfaces:
EventListener
,ActionValueListener
ActionSourceListeners are used by objects that are both source and listener for
a particular type of ActionValue events. They register themselves with the
ActionCoordinator of that type of event. They send events
by calling fireActionValueEvent().
They recieve others' events through their actionPerformed() method.
- Version:
- $Id: ActionSourceListener.java,v 1.8 2005/05/13 18:32:14 jeffmc Exp $
- Author:
- John Caron
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
actionPerformed
(ActionValueEvent event) _more_void
_more_void
fireActionValueEvent
(String command, Object value) _more__more_void
_more_
-
Field Details
-
SELECTED
_more_- See Also:
-
-
Constructor Details
-
ActionSourceListener
_more_- Parameters:
eventType
-
-
-
Method Details
-
getEventTypeName
_more_- Returns:
- _more_
-
fireActionValueEvent
_more_- Parameters:
command
-value
-
-
addActionValueListener
_more_- Parameters:
l
-
-
removeActionValueListener
_more_- Parameters:
l
-
-
actionPerformed
_more_- Specified by:
actionPerformed
in interfaceActionValueListener
- Parameters:
event
-
-