|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface EventDispatcherRegistry
An EventDispatcherRegistry manages the registration of EventDispatchers. The registration of an EventDispatcher results in all known and future EventInterceptors to be informed of the new EventDispatcher. Unregistering an EventDispatcher causes it to no longer be informed of any registered EventInterceptors.
| Method Summary | |
|---|---|
void |
registerEventDispatcher(EventDispatcher dispatcher)Add the specified EventDispatcher to the list of known EventDispatchers that are informed about registered EventInterceptors. |
void |
unregisterEventDispatcher(EventDispatcher dispatcher)Remove the specified EventDispatcher from the list of known EventDispatchers. |
| Method Detail |
|---|
void registerEventDispatcher(EventDispatcher dispatcher)
EventDispatcher to the list of known EventDispatchers that are informed about registered EventInterceptors.
When the EventDispatcher is added, it is introduced to all known EventInterceptors.
dispatcher - the EventDispatcher to registervoid unregisterEventDispatcher(EventDispatcher dispatcher)
EventDispatcher from the list of known EventDispatchers.dispatcher - the EventDispatcher to be removed
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||