|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.ctg.epi.ScreenEvent
This event is raised by ScreenHandler. It notifies listeners that the ScreenHandler has become active (screenHandled) or inactive (screenUnhandled). It could be used to make a window visible when a particular CICS screen is shown and the terminal, and to hide it when that screen changes to another.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ScreenEvent(java.lang.Object s,
ScreenHandler h)
Construct a screen event. |
Method Summary | |
ScreenHandler |
getScreenHandler()
Returns the screen handler |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ScreenEvent(java.lang.Object s, ScreenHandler h)
s
- the source of the eventh
- the screen handlerMethod Detail |
public ScreenHandler getScreenHandler()
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |