|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Use
com.ibm.eNetwork.ECL.event.ECLPSListener
.
The ECLPSNotify interface can be used to implement an object which will receive and handle ECLPS events. Events are generated whenever the presentation space is updated. The presentation space can be updated by the host (when a new screen is sent) or through keyboard input. Special events are generated when event generation stops and when errors occur during event generation.
To be notified of PS events, the application must:
ECLPS
Method Summary | |
---|---|
void |
NotifyError(ECLPS ps,
ECLErr e)
Deprecated. The NotifyError() method is called whenever the ECLPS object detects an error during event generation. |
void |
NotifyEvent(ECLPS ps)
Deprecated. The NotifyEvent() method is called whenever the presentation space is updated. |
void |
NotifyStop(ECLPS ps,
int reason)
Deprecated. The NotifyStop() method is called when event generation is stopped for any reason. |
Method Detail |
public void NotifyEvent(ECLPS ps)
An application should not assume it will receive a distinct event for every update. An update event is defined as one or more changes in the PS since the last time an event was generated (or since registration, if there was no prior update event).
ps
- The object which generated the event.public void NotifyStop(ECLPS ps, int reason)
ps
- The object which generated the event.reason
- This parameter is not currently used.public void NotifyError(ECLPS ps, ECLErr e)
ps
- The object which generated the event.e
- The ECLErr object containing error data.ECLErr
,
NotifyStop(com.ibm.eNetwork.ECL.ECLPS, int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |