|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.eNetwork.beans.HOD.event.HODEvent | +--com.ibm.eNetwork.beans.HOD.event.MacroDebugActionEvent
Event fired to objects implementing MacroDebugListener interface (must call Macro.addMacroDebugListener). This event contains all the functionality for discovering which action is being executed.
To use this class properly, follow these steps:
Constructor Summary | |
---|---|
MacroDebugActionEvent(Macro arg0,
MacroAction arg1,
MacroActions arg2,
MacroScreen arg3,
int arg4)
Constructs a working instance of a macro debug action event. |
Method Summary | |
---|---|
MacroAction |
getAction()
Returns the MacroAction object contained in the MacroActions object that happened. |
int |
getActionIndex()
Returns the index of the action (zero-based). |
MacroActions |
getActions()
Returns the MacroActions collection object that is in the MacroScreen bean. |
MacroScreen |
getScreen()
Returns the MacroScreen to which the action belonged. |
boolean |
isExecuteAction()
Returns whether action should be executed. |
void |
setExecuteAction(boolean val)
Sets whether action should be executed. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MacroDebugActionEvent(Macro arg0, MacroAction arg1, MacroActions arg2, MacroScreen arg3, int arg4)
Method Detail |
public MacroScreen getScreen()
MacroScreen
public MacroActions getActions()
MacroActions
public int getActionIndex()
public MacroAction getAction()
MacroActions
public boolean isExecuteAction()
MacroActions
public void setExecuteAction(boolean val)
val
- if true, Macro bean will execute the actionMacroActions
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |