|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
gr.uoa.di.madgik.execution.event.ExecutionStateEvent
gr.uoa.di.madgik.execution.event.ExecutionCancelStateEvent
public class ExecutionCancelStateEvent
Event signaling that the execution of a plan is canceled
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class gr.uoa.di.madgik.execution.event.ExecutionStateEvent |
|---|
ExecutionStateEvent.EventName |
| Constructor Summary | |
|---|---|
ExecutionCancelStateEvent()
Instantiates a new execution cancel state event. |
|
| Method Summary | |
|---|---|
void |
Decode(byte[] buf)
Decode. |
byte[] |
Encode()
Encode. |
long |
GetEmitTimestamp()
Gets the timestamp the event was emitted. |
ExecutionStateEvent.EventName |
GetEventName()
Gets the event name. |
| Methods inherited from class gr.uoa.di.madgik.execution.event.ExecutionStateEvent |
|---|
SetChanged |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionCancelStateEvent()
| Method Detail |
|---|
public ExecutionStateEvent.EventName GetEventName()
ExecutionStateEvent
GetEventName in class ExecutionStateEventpublic long GetEmitTimestamp()
ExecutionStateEvent
GetEmitTimestamp in class ExecutionStateEvent
public void Decode(byte[] buf)
throws ExecutionSerializationException
ExecutionStateEvent
Decode in class ExecutionStateEventbuf - the byte array containing the encoded event as serialized by ExecutionStateEvent.Encode()
ExecutionSerializationException - A serialization error occurred
public byte[] Encode()
throws ExecutionSerializationException
ExecutionStateEvent
Encode in class ExecutionStateEventExecutionSerializationException - A serialization error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||