CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.epi.TerminalEvent

Packages that use TerminalEvent
com.ibm.ctg.epi Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. 
 

Uses of TerminalEvent in com.ibm.ctg.epi
 

Methods in com.ibm.ctg.epi with parameters of type TerminalEvent
 void ScreenHandler.exceptionOccurred(TerminalEvent evt)
          Handles a terminal exception.
 void TerminalEventListener.exceptionOccurred(TerminalEvent e)
          An exception has occurred.
 void TerminalEventListener.handleScreen(TerminalEvent e)
          A screen has arrived from CICS.
 void ScreenHandler.terminalConnected(TerminalEvent evt)
          Handles a terminal connect event.
 void TerminalEventListener.terminalConnected(TerminalEvent e)
          The terminal has connected to CICS.
 void ScreenHandler.terminalDisconnected(TerminalEvent evt)
          Handles a terminal disconnect event.
 void TerminalEventListener.terminalDisconnected(TerminalEvent e)
          The terminal has disconnected from CICS.
 


©Copyright IBM Corp. 1994, 2014
Legal