All Packages Class Hierarchy This Package Previous Next Index
Interface guinea.ui.event.ControlListener
- public interface ControlListener
- extends EventListener
The listener interface for receiving control events from subject
control UI components.
Method Index
- ·
controlPerformed(ControlEvent)
- Invoked when an action occurs.
Methods
·
controlPerformed
public abstract void controlPerformed(ControlEvent e)
- Invoked when an action occurs.
- Parameters:
- e - A control event.
All Packages Class Hierarchy This Package Previous Next Index