CICS® Transaction Gateway Programming Reference V3.1

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

Uses of ScreenEventListener in com.ibm.ctg.epi
 

Methods in com.ibm.ctg.epi with parameters of type ScreenEventListener
 void EPIBasicScreenHandler.addScreenEventListener(ScreenEventListener l)
          The specified ScreenEventListener will be called when this ScreenHandler gains control of the screen and again when it loses control.
 void EPIBasicScreenHandler.removeScreenEventListener(ScreenEventListener l)
          Remove this ScreenEventListener from the internal list.
 void ScreenHandler.addScreenEventListener(ScreenEventListener l)
          The specified ScreenEventListener will be called when this ScreenHandler gains control of the screen and again when it loses control.
 void ScreenHandler.removeScreenEventListener(ScreenEventListener l)
          Remove this ScreenEventListener from the internal list.
 


© Copyright IBM Corp. 1994, 1999