|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionInfo
The information about the event being served by the current execution.
ExecutionCtrl.getExecutionInfo()| Method Summary | |
|---|---|
Event |
getEvent()
Returns the event being served (never null). |
EventListener<? extends Event> |
getEventListener()
Returns the listener that serves the event, or null if it is served by a method ( getEventMethod()), or
a zscript (getEventZScript()). |
java.lang.reflect.Method |
getEventMethod()
Returns the method that serves the event, or null if it is served by a listener ( getEventListener()), or
a zscript (getEventZScript()). |
ZScript |
getEventZScript()
Returns the zscript that serves the event, or null if it is served by a listener ( getEventListener()), or
a method (getEventMethod()). |
java.lang.Thread |
getThread()
Returns the thread serving the event. |
| Method Detail |
|---|
java.lang.Thread getThread()
Event getEvent()
Notice: don't change the state of any UI objects (such as components and desktops) since they might belong to other
java.lang.reflect.Method getEventMethod()
getEventListener()), or
a zscript (getEventZScript()).
EventListener<? extends Event> getEventListener()
getEventMethod()), or
a zscript (getEventZScript()).
ZScript getEventZScript()
getEventListener()), or
a method (getEventMethod()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||