Package ucar.ui.event

Class ActionSourceListener

  • All Implemented Interfaces:
    EventListener, ActionValueListener

    public abstract class ActionSourceListener
    extends Object
    implements 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.
    See Also:
    ActionCoordinator