|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScreenEventListener
This interface defines the events that can be raised by ScreenHandler.
A screen handler generated from a BMS map begins handling screens when it receives a screen which is generated by its map (provided the event is not already being handled by another screen handler). It raises the screenHandled event to notify any listeners that it is active. When it next receives a screen that it does not recognize, or that another screen handler is handling, it raises the screenHandled event to inform any listeners that it is now not active.
Method Summary | |
---|---|
void |
screenHandled(ScreenEvent e)
The screen handler has begun handling screens. |
void |
screenUnhandled(ScreenEvent e)
The screen handler is no longer handling screens. |
Method Detail |
---|
void screenHandled(ScreenEvent e)
e
- the eventvoid screenUnhandled(ScreenEvent e)
e
- the event
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |