com.ibm.eNetwork.beans.HOD.event
Interface MacroLoopListener
- All Superinterfaces:
- java.util.EventListener
- public interface MacroLoopListener
- extends java.util.EventListener
MacroLoopListener is an interface that allows a listener to modify the
number of times a screen can be looped. The event is fired by Macro
once for each screen in a macro if the screen has a positive
recognition limit value. It allows you to dynamically set the loop limit
for each screen that has a recolimit line in it.
- See Also:
Macro
,
MacroErrorEvent
Method Summary |
void |
macroLoopEvent(MacroLoopEvent e)
Called so that the listener may dynamically modify the recognition looping
limit for a given screen during macro run time. |
macroLoopEvent
public void macroLoopEvent(MacroLoopEvent e)
- Called so that the listener may dynamically modify the recognition looping
limit for a given screen during macro run time.