|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventProcessingMonitorSupport
Interface indicating that the implementing class is capable of notifying monitors when event processing completes.
This interface should be implemented by all event handling components that are capable of processing events asynchronously.
Method Summary | |
---|---|
void |
subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
Subscribes the given monitor . |
void |
unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
Unsubscribed the given monitor . |
Method Detail |
---|
void subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
monitor
. If the monitor is already subscribed, nothing happens.
monitor
- The monitor to subscribevoid unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
monitor
. If the monitor was not subscribed, or was already unsubscribed,
nothing happens.
monitor
- The monitor to unsubscribe
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |