Uses of Interface
org.ceno.communication.cli.IEventCommunicator

Packages that use IEventCommunicator
org.ceno.communication.cli.dispatch   
org.ceno.communication.cli.net4j   
org.ceno.tracker.cli.internal   
org.ceno.ui   
 

Uses of IEventCommunicator in org.ceno.communication.cli.dispatch
 

Classes in org.ceno.communication.cli.dispatch that implement IEventCommunicator
 class EventCommunicatorService
          Implementation that is visible to client.
 class ExtensionPointEventCommunicatorDispatcher
           
 

Uses of IEventCommunicator in org.ceno.communication.cli.net4j
 

Classes in org.ceno.communication.cli.net4j that implement IEventCommunicator
 class RequestEventCommunicator
          The client component of the communication infrastructure
 

Uses of IEventCommunicator in org.ceno.tracker.cli.internal
 

Constructors in org.ceno.tracker.cli.internal with parameters of type IEventCommunicator
ScheduledDeveloperResourceStatesObserverService(IEventCommunicator eventService, IConnectorService connService)
           
ScheduledMessagesObserverService(IEventCommunicator eventService, IConnectorService connService)
           
 

Uses of IEventCommunicator in org.ceno.ui
 

Methods in org.ceno.ui that return IEventCommunicator
 IEventCommunicator Activator.getCliService()