All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.eNetwork.beans.HOD.event.MacroLoopListener
- public interface MacroLoopListener
- extends 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
-
macroLoopEvent(MacroLoopEvent)
- Called so that the listener may dynamically modify the recognition looping
limit for a given screen during macro run time.
macroLoopEvent
public abstract void macroLoopEvent(MacroLoopEvent e)
- Called so that the listener may dynamically modify the recognition looping
limit for a given screen during macro run time.
All Packages Class Hierarchy This Package Previous Next Index