|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyedEventListener
Supported API: true
Extendable: true
KeyedEventDispatcher,
StandardKeyedEventDispatcher| Method Summary | |
|---|---|
void |
notifyEvent(Object eventObject)
Notify the listener that a single-object event has occurred. |
void |
notifyMultiObjectEvent(Object eventObject)
Notify the listener that a multi-object event has occurred. |
void |
notifyVetoableEvent(Object eventObject)
Notify the listener that a single-object event has occurred. |
void |
notifyVetoableMultiObjectEvent(Object eventObject)
Notify the listener that a multi-object event has occurred. |
| Method Detail |
|---|
void notifyEvent(Object eventObject)
eventObject -
void notifyVetoableEvent(Object eventObject)
throws Exception
eventObject -
Exception - the dispatcher and listener must agree on
the exception type.void notifyMultiObjectEvent(Object eventObject)
eventObject -
void notifyVetoableMultiObjectEvent(Object eventObject)
throws Exception
eventObject -
Exception - the dispatcher and listener must agree on
the exception type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||