|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.environment.ComponentActionList.ActionEntry
public static class ComponentActionList.ActionEntry
Entry for a scheduled action.
| Field Summary | |
|---|---|
ISpaceAction |
action
The action. |
protected static int |
CNT
|
Exception |
exception
The exception (set after failed execution). |
int |
id
An id to differentiate otherwise equal actions. |
boolean |
invalid
Flag indicating that the action is invalid (e.g. when actor was destroyed in meantime). |
IResultListener |
listener
The result listener. |
Map |
parameters
The action parameters. |
Object |
result
The result (set after successful execution). |
| Constructor Summary | |
|---|---|
ComponentActionList.ActionEntry(ISpaceAction action,
Map parameters,
IResultListener listener)
Convenience constructor for inline entry creation. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
Compare two action entries. |
String |
toString()
Create a string representation of the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static int CNT
public ISpaceAction action
public Map parameters
public IResultListener listener
public Object result
public Exception exception
public int id
public boolean invalid
| Constructor Detail |
|---|
public ComponentActionList.ActionEntry(ISpaceAction action,
Map parameters,
IResultListener listener)
| Method Detail |
|---|
public int compareTo(Object obj)
compareTo in interface Comparablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||