Package de.janrufmonitor.framework.event

Eventing with the framework.

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.
 

Package de.janrufmonitor.framework.event Description

Eventing with the framework.

This package offers an eventing mechanism within the framework. The central component of this eventing is the so called 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.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.