| Package | Description |
|---|---|
| gr.uoa.di.madgik.execution.engine | |
| gr.uoa.di.madgik.execution.event |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStateEvent |
ExecutionHandle.GetEvent(ExecutionStateEvent.EventName Event)
Gets the event.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStateEvent.EventName |
ExecutionProgressReportStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionCancelStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionCompletedStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionResumeStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionExternalProgressReportStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionPauseStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionStartedStateEvent.GetEventName() |
ExecutionStateEvent.EventName |
ExecutionPerformanceReportStateEvent.GetEventName() |
abstract ExecutionStateEvent.EventName |
ExecutionStateEvent.GetEventName()
Gets the event name.
|
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 © 2015. All Rights Reserved.