public interface TerminalEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(TerminalEvent e)
An exception has occurred.
|
void |
handleScreen(TerminalEvent e)
A screen has arrived from CICS.
|
void |
terminalConnected(TerminalEvent e)
The terminal has connected to CICS.
|
void |
terminalDisconnected(TerminalEvent e)
The terminal has disconnected from CICS.
|
void handleScreen(TerminalEvent e)
e
- the terminal eventvoid terminalConnected(TerminalEvent e)
e
- the terminal eventvoid terminalDisconnected(TerminalEvent e)
e
- the terminal eventvoid exceptionOccurred(TerminalEvent e)
e
- the terminal event