CICS® Transaction Gateway Base API Programming Reference v8.1.0.2

com.ibm.ctg.epi
Interface TerminalEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ScreenHandler

public interface TerminalEventListener
extends java.util.EventListener

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

handleScreen

void handleScreen(TerminalEvent e)
A screen has arrived from CICS.

Parameters:
e - the terminal event

terminalConnected

void terminalConnected(TerminalEvent e)
The terminal has connected to CICS.

Parameters:
e - the terminal event

terminalDisconnected

void terminalDisconnected(TerminalEvent e)
The terminal has disconnected from CICS.

Parameters:
e - the terminal event

exceptionOccurred

void exceptionOccurred(TerminalEvent e)
An exception has occurred.

Parameters:
e - the terminal event

©Copyright IBM Corp. 1994, 2012
Legal