CICS® Transaction Gateway Programming Reference V3.1

Uses of Interface
com.ibm.ctg.epi.TerminalEventListener

Uses of TerminalEventListener in com.ibm.ctg.epi
 

Classes in com.ibm.ctg.epi that implement TerminalEventListener
 class EPIBasicScreenHandler
          This class is an all-purpose screen handler that deals with any screen by displaying the fields as Textfields and Labels in a Panel.
(package private)  class EPIBasicScreenHandler.GeneralScreenHandler
          This is the ScreenHandler inner class.
 class EPIMonitor
          This class demonstrates a simple way to generate a status message to tell the user what the terminal is doing.
 class ScreenHandler
          This class can be used as a base class for screen handlers.
 

Methods in com.ibm.ctg.epi with parameters of type TerminalEventListener
 void EPITerminal.addTerminalEventListener(TerminalEventListener h)
          Adds a TerminalEventListener to the list of screen handlers.
 void EPITerminal.removeTerminalEventListener(TerminalEventListener h)
          Remove a TerminalEventListener from the list of screen handlers.
 


© Copyright IBM Corp. 1994, 1999