com.ibm.ctg.epi

Interface TerminalEventListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    ScreenHandler


    public interface TerminalEventListener
    extends java.util.EventListener
    This interface can be implemented by classes that want to be informed about terminal events.
    • Method Detail

      • handleScreen

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

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

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

        void exceptionOccurred(TerminalEvent e)
        An exception has occurred.
        Parameters:
        e - the terminal event
©Copyright IBM Corp. 1994, 2013
Legal