Package | Description |
---|---|
com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
Modifier and Type | Method and Description |
---|---|
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.
|