Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
CICS® Transaction Gateway Base API Programming Reference v9.0.0.2
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use TerminalEventListener 
    Package Description
    com.ibm.ctg.epi
    Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams.
    • Uses of TerminalEventListener in com.ibm.ctg.epi

      Classes in com.ibm.ctg.epi that implement TerminalEventListener 
      Modifier and Type Class and Description
      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 
      Modifier and Type Method and Description
      void EPITerminal.addTerminalEventListener(TerminalEventListener h)
      Adds a TerminalEventListener to the list of screen handlers.
      void EPITerminal.removeTerminalEventListener(TerminalEventListener h)
      Removes a TerminalEventListener from the list of screen handlers.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
©Copyright IBM Corp. 1994, 2013
Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes