public interface EventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
invoke(java.lang.Object sender,
EventObject event)
Signals the occurrence
|
void invoke(java.lang.Object sender, EventObject event)
sender
- source of the event, typically an instance of
EventSource
the
- event to be dispatched