Package org.electrocodeogram.cpc.core.api.hub.registry

Contains API specifications for the CPC Event Hub Registry and the corresponding Event Hub Listeners.

See:
          Description

Interface Summary
IEventHubListener This interface is to be implemented by listeners who want to register callbacks with the IEventHubRegistry of the CPCCorePlugin in order to receive CPCEvent notifications.
IEventHubRegistry The central event dispatcher for CPCEvents, a key component of the CPC Framework.
IManagableEventHubRegistry Management extension to the IEventHubRegistry interface.
 

Package org.electrocodeogram.cpc.core.api.hub.registry Description

Contains API specifications for the CPC Event Hub Registry and the corresponding Event Hub Listeners.

The Event Hub Registry is a core component of the CPC Framework. Another key element is the IProviderRegistry.