com.ibm.eNetwork.beans.HOD.event Interface MacroDebugListener

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MacroManager
public interface MacroDebugListener
extends java.util.EventListener

Objects should implement this interface if they want to debug a macro's play in the Macro bean. This relates to both screen matching results and action execution. See each event class for details

Method Summary
 void executeAction ( MacroDebugActionEvent e)           Called when an action for a particular screen is being executed.
 void macroDebugStart ( MacroDebugStartEvent e)           Called right before the macro begins its play logic.
 void macroDebugStop ( MacroDebugStopEvent e)           Called immediately after the macro ends its play logic.
 void screensCompared ( MacroRecoDebugEvent e)           Called when a new screen appears and the Macro's screen matching logic is run.

 

Method Detail

executeAction



public void 
executeAction(
MacroDebugActionEvent e)

screensCompared



public void 
screensCompared(
MacroRecoDebugEvent e)

macroDebugStart



public void 
macroDebugStart(
MacroDebugStartEvent e)

macroDebugStop



public void 
macroDebugStop(
MacroDebugStopEvent e)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD