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

Packages that use ExecutionStateEvent.EventName
gr.uoa.di.madgik.execution.engine   
gr.uoa.di.madgik.execution.event   
 

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

Methods in gr.uoa.di.madgik.execution.engine with parameters of type ExecutionStateEvent.EventName
 ExecutionStateEvent ExecutionHandle.GetEvent(ExecutionStateEvent.EventName Event)
          Gets the event.
 

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

Methods in gr.uoa.di.madgik.execution.event that return ExecutionStateEvent.EventName
 ExecutionStateEvent.EventName ExecutionCompletedStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionCancelStateEvent.GetEventName()
           
abstract  ExecutionStateEvent.EventName ExecutionStateEvent.GetEventName()
          Gets the event name.
 ExecutionStateEvent.EventName ExecutionProgressReportStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionPerformanceReportStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionResumeStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionPauseStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionExternalProgressReportStateEvent.GetEventName()
           
 ExecutionStateEvent.EventName ExecutionStartedStateEvent.GetEventName()
           
static ExecutionStateEvent.EventName ExecutionStateEvent.EventName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionStateEvent.EventName[] ExecutionStateEvent.EventName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.