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 Class
com.ibm.ctg.epi.TerminalEvent

  • Packages that use TerminalEvent 
    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 TerminalEvent in com.ibm.ctg.epi

      Methods in com.ibm.ctg.epi with parameters of type TerminalEvent 
      Modifier and Type Method and Description
      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.

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