CICS® Transaction Gateway Programming Reference V3.1

com.ibm.ctg.epi
Interface TerminalEventListener

All Known Implementing Classes:
EPIBasicScreenHandler, EPIMonitor, ScreenHandler

public abstract 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

public void handleScreen(TerminalEvent e)
A screen has arrived from CICS.
Parameters:
e - the terminal event

terminalConnected

public void terminalConnected(TerminalEvent e)
The terminal has connected to CICS.
Parameters:
e - the terminal event

terminalDisconnected

public void terminalDisconnected(TerminalEvent e)
The terminal has disconnected from CICS.
Parameters:
e - the terminal event

exceptionOccurred

public void exceptionOccurred(TerminalEvent e)
An exception has occurred.
Parameters:
e - the terminal event

© Copyright IBM Corp. 1994, 1999