Uses of Interface
org.ceno.communication.srv.IEventDispatcher

Packages that use IEventDispatcher
org.ceno.communication.srv   
org.ceno.communication.srv.net4j   
 

Uses of IEventDispatcher in org.ceno.communication.srv
 

Classes in org.ceno.communication.srv that implement IEventDispatcher
 class EventDispatcher
           
 

Methods in org.ceno.communication.srv with parameters of type IEventDispatcher
 void ICommunicatorServer.initServer(ServerDescriptor serverDescriptor, IEventDispatcher eventDispatcher)
           
 

Uses of IEventDispatcher in org.ceno.communication.srv.net4j
 

Methods in org.ceno.communication.srv.net4j with parameters of type IEventDispatcher
 void Net4JServer.initServer(ServerDescriptor serverDescriptor, IEventDispatcher eventDispatcher)
           
 void TrackerServerProtocolFactory.setEventDispatcher(IEventDispatcher eventDispatcher)
           
 

Constructors in org.ceno.communication.srv.net4j with parameters of type IEventDispatcher
Net4JEventDispatcherAdapter(org.eclipse.net4j.signal.SignalProtocol<?> protocol, IEventDispatcher eventDispatcher, short signalID)
           
Net4JQueryEventDispatcherAdapter(org.eclipse.net4j.signal.SignalProtocol<?> protocol, IEventDispatcher eventDispatcher, short signalID)
           
TrackerServerProtocol(IEventDispatcher eventDispatcher)
           
TrackerServerProtocolFactory(IEventDispatcher eventDispatcher)