Uses of Class
org.ceno.protocol.event.ReturnableEvent

Packages that use ReturnableEvent
org.ceno.communication.cli   
org.ceno.communication.cli.dispatch   
org.ceno.communication.cli.net4j   
org.ceno.communication.srv   
org.ceno.communication.srv.internal   
org.ceno.protocol.event   
 

Uses of ReturnableEvent in org.ceno.communication.cli
 

Methods in org.ceno.communication.cli with parameters of type ReturnableEvent
<T> T
IEventCommunicator.query(ReturnableEvent<T> event)
           
 

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

Methods in org.ceno.communication.cli.dispatch with parameters of type ReturnableEvent
<T> T
ExtensionPointEventCommunicatorDispatcher.query(ReturnableEvent<T> event)
           
<T> T
EventCommunicatorService.query(ReturnableEvent<T> event)
           
 

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

Methods in org.ceno.communication.cli.net4j with parameters of type ReturnableEvent
<T> T
RequestEventCommunicator.query(ReturnableEvent<T> event)
           
 

Constructors in org.ceno.communication.cli.net4j with parameters of type ReturnableEvent
Net4JRequestWithResult(org.eclipse.net4j.signal.SignalProtocol<?> protocol, ReturnableEvent<T> event)
           
 

Uses of ReturnableEvent in org.ceno.communication.srv
 

Methods in org.ceno.communication.srv with parameters of type ReturnableEvent
<T> T
EventDispatcher.dispatch(ReturnableEvent<T> event)
          
<T> T
IEventDispatcher.dispatch(ReturnableEvent<T> event)
           
 

Uses of ReturnableEvent in org.ceno.communication.srv.internal
 

Methods in org.ceno.communication.srv.internal with parameters of type ReturnableEvent
<T> T
EventDispatcher.dispatch(ReturnableEvent<T> event)
          
 

Uses of ReturnableEvent in org.ceno.protocol.event
 

Subclasses of ReturnableEvent in org.ceno.protocol.event
 class LoginSessionEvent
           
 class LogoutSessionEvent
           
 class QueryDeveloperResourceStatesEvent
           
 class QueryMessagesEvent