|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
BlinkRemapListener | Listener for BlinkRemapEvent |
ColorRemapListener | ![]() |
CommListener | The listener interface for receiving communications events. |
ConvertListener | Objects should implement this interface if they want to get information about codepage-to-codepage conversion. |
GUIListener | The listener interface for receiving GUI events. |
MacroCustomActionListener | Objects should implement this interface if they want to be called for any custom actions specified in a currently playing macro. |
MacroDebugListener | Objects should implement this interface if they want to debug a macro's play in the Macro bean. |
MacroExtractCoordListener | MacroExtractCoordListener is an interface that contains the callback method that allows a listener to modify the extracting rectangle coordinates for an extract action during play time. |
MacroLoopListener | MacroLoopListener is an interface that allows a listener to modify the number of times a screen can be looped. |
MacroParseListener | Objects should implement this interface if they want to discover statistics about any parsing errors that occur on the Macro bean. |
MacroRuntimeListener | MacroRuntimeListener is an interface that contains the callback methods for Macro state, prompt, and extract events. |
MacroTickTockListener | MacroTickTockListener is an interface that contains the callback method for macro screen wait timer ticks. |
OIAListener | The listener interface for receiving operator information area (OIA) events. |
PrintJobListener | The listener interface for receiving GUI events. |
PSListener | The listener interface for receiving presentation space events. |
ScreenListener | Listener interface which must be implemented to receive ScreenEvents. |
ScreenMotionListener | Listener interface which must be implemented to receive ScreenMotionEvents. |
ScreenMouseListener | Listener interface which must be implemented to receive ScreenMouseEvents. |
SendKeyListener | Listener interface which must be implemented to receive SendKeyEvents. |
Class Summary | |
BlinkRemapEvent | The blink remap event is fired to BlinkRemapListeners when blink options for the session are changed. |
ColorRemapEvent | ![]() |
CommEvent | The communications event. |
ConvertEvent | Event fired to objects implementing ConvertListener interface. |
GUIEvent | The GUI event. |
MacroCustomActionEvent | Event fired to objects implementing MacroCustomActionListener interface (must call Macro.addMacroCustomActionListener). |
MacroDebugActionEvent | Event fired to objects implementing MacroDebugListener interface (must call Macro.addMacroDebugListener). |
MacroDebugStartEvent | Event fired to MacroDebugListener.macroDebugStart(). |
MacroDebugStopEvent | Event fired to MacroDebugListener.macroDebugStop(). |
MacroErrorEvent | Event fired to MacroRuntimeListener.macroErrorEvent(). |
MacroExtractCoordEvent | MacroExtractCoordEvent is fired to MacroExtractCoordListeners by Macro when it encounters an extract action in the macro. |
MacroExtractEvent | MacroExtractEvent is fired to MacroRuntimeListeners by Macro when it encounters an extract line in the macro. |
MacroLoopEvent | MacroLoopEvent is fired to MacroLoopListeners by Macro once for each screen in a macro if the screen has a positive recognition limit value. |
MacroMessageEvent | Event fired to MacroRuntimeListener.macroMessageEvent(). |
MacroParseEvent | Event fired to objects implementing the MacroParseListener interface. |
MacroParseStat | Object passed on a MacroParseEvent that contains statistics on every error that occurred in a macro parse. |
MacroPromptEvent | MacroPromptEvent is fired to MacroRuntimeListeners by Macro when it encounters a prompt line in the macro and needs data for that prompt. |
MacroRecoDebugEvent | Event fired to objects implementing MacroDebugListener interface (must call Macro.addMacroDebugListener). |
MacroStateEvent | MacroExtractEvent is fired to MacroRuntimeListeners by Macro when Macro's state changes. |
MacroTickTockEvent | MacroTickTockEvent is fired to MacroTickTockListeners by Macro when it is waiting for a MacroScreen in a given MacroNextScreens object to appear from the host. |
MacroTraceEvent | Event fired to MacroRuntimeListener.macroTraceEvent(). |
OIAEvent | The operator information area (OIA) event. |
PrintJobEvent | |
PSEvent | The presentation space event. |
ScreenEvent | The Screen Event. |
ScreenKeyEvent | ScreenKeyEvent extends java.awt.event.KeyEvent and does not provide any additional functionality except to override the toString() method. |
ScreenMouseEvent | Mouse events are generated from 3 distinct components of Screen: The screen text area, the screen OIA, and the border surrounding screen. |
SendKeyEvent | The send key event. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |