Package ucar.ui.event
Interface ActionValueListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ActionCoordinator
,ActionSourceListener
public interface ActionValueListener extends EventListener
Listeners for ActionValueEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
actionPerformed(ActionValueEvent e)
-
-
-
Method Detail
-
actionPerformed
void actionPerformed(ActionValueEvent e)
-
-