Uses of Class
gr.uoa.di.madgik.execution.event.ExecutionStateEvent

Packages that use ExecutionStateEvent
gr.uoa.di.madgik.execution.engine   
gr.uoa.di.madgik.execution.event   
gr.uoa.di.madgik.execution.plan.element.invocable   
gr.uoa.di.madgik.execution.utils   
 

Uses of ExecutionStateEvent in gr.uoa.di.madgik.execution.engine
 

Methods in gr.uoa.di.madgik.execution.engine that return ExecutionStateEvent
 ExecutionStateEvent ExecutionHandle.GetEvent(ExecutionStateEvent.EventName Event)
          Gets the event.
 

Methods in gr.uoa.di.madgik.execution.engine that return types with arguments of type ExecutionStateEvent
 Collection<ExecutionStateEvent> ExecutionHandle.GetEvents()
          Gets the events.
 

Methods in gr.uoa.di.madgik.execution.engine with parameters of type ExecutionStateEvent
 void ExecutionHandle.EmitEvent(ExecutionStateEvent Event)
          Emit event.
 

Uses of ExecutionStateEvent in gr.uoa.di.madgik.execution.event
 

Subclasses of ExecutionStateEvent in gr.uoa.di.madgik.execution.event
 class ExecutionCancelStateEvent
          Event signaling that the execution of a plan is canceled
 class ExecutionCompletedStateEvent
          Event signaling that the execution of a plan has completed
 class ExecutionExternalProgressReportStateEvent
          Event signaling the progress of the execution of an external to the engine element.
 class ExecutionPauseStateEvent
          Event signaling that the execution of a plan should be paused
 class ExecutionPerformanceReportStateEvent
          Event signaling some performance related measurements after the completion of some plan element.
 class ExecutionProgressReportStateEvent
          Event signaling the progress of the execution of a plan element.
 class ExecutionResumeStateEvent
          Event signaling that the execution of a plan should resume after being paused
 class ExecutionStartedStateEvent
          Event signaling that the execution of a plan has started
 

Uses of ExecutionStateEvent in gr.uoa.di.madgik.execution.plan.element.invocable
 

Fields in gr.uoa.di.madgik.execution.plan.element.invocable declared as ExecutionStateEvent
 ExecutionStateEvent NozzleEventPayload.ExecutionEngineEvent
           
 

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable with parameters of type ExecutionStateEvent
NozzleEventPayload(ExecutionStateEvent ExecutionEngineEvent)
           
 

Uses of ExecutionStateEvent in gr.uoa.di.madgik.execution.utils
 

Methods in gr.uoa.di.madgik.execution.utils that return ExecutionStateEvent
static ExecutionStateEvent ExecutionEventUtils.DeserializeEvent(byte[] payload)
           
 

Methods in gr.uoa.di.madgik.execution.utils with parameters of type ExecutionStateEvent
static byte[] ExecutionEventUtils.SerializeEvent(ExecutionStateEvent event)
           
 



Copyright © 2013. All Rights Reserved.