|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be implemented by classes that want to be informed about terminal events
Method Summary | |
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. |
Method Detail |
public void handleScreen(TerminalEvent e)
e
- the terminal eventpublic void terminalConnected(TerminalEvent e)
e
- the terminal eventpublic void terminalDisconnected(TerminalEvent e)
e
- the terminal eventpublic void exceptionOccurred(TerminalEvent e)
e
- the terminal event
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |