|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IEvent | This interface must be implemented by a event object. |
| IEventBroker | This interface must be implemented by a event broker object. |
| IEventCondition | |
| IEventConst | This interface contains several constants used by the eventing mechanism of the framework. |
| IEventReceiver | This interface must be implemented by a event receiver object. |
| IEventSender | This interface must be implemented by a event sender object. |
IEventBroker. It is accepting an d delegating all the events whcih are send through the framework.
The IEventBroker offers the possibility to register as an IEventSender or/and as an IEventReceiver at the
framework event mechanism. It is recommended for services, repository managers and UI components to use at least one the
communication channel with the framework. The eventing is currently the one and only porssibility to reetrived current information on calls and callers, e.g.,
recognizing an incoming call or getting an identified call.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||