public interface ControlEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
controlEventReceived(ControlEvent evt)
Invoked when a ControlEvent occurred.
|
void controlEventReceived(ControlEvent evt)
evt
- The occurred ControlEvent.