|
BlinkRemapEvent
|
The blink remap event is fired to BlinkRemapListeners when blink options for the session are changed. |
|
ColorRemapEvent
|
The color remap event is fired to ColorRemapListeners when a color is remapped by the ColorRemap Bean. |
|
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
|
HostPrintSession fires PrintJobEvent events to notify interested listeners about a current print job. |
|
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. |