|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ECLRecoNotify can be used to implement an object which will receive and handle ECLScreenReco events. Events are generated whenever any screen in the PS is matched to an ECLScreenDesc object in ECLScreenReco. Special events are generated when event generation stops and when errors occur during event generation.
To be notified of ECLScreenReco events, the application must perform the following steps:
ECLScreenReco
,
ECLScreenDesc
Method Summary | |
---|---|
void |
NotifyError(ECLPS ps,
ECLScreenDesc sd,
ECLErr e)
The NotifyError() method is called whenever the ECLScreenReco object detects an error during event generation. |
void |
NotifyEvent(ECLPS ps,
ECLScreenDesc sd)
The NotifyEvent() method is called whenever any screen in the PS is matched to an ECLScreenDesc object in ECLScreenReco. |
void |
NotifyStop(ECLScreenDesc sd,
int reason)
The NotifyStop() method is called when event generation is stopped for any reason. |
Method Detail |
public void NotifyEvent(ECLPS ps, ECLScreenDesc sd)
ps
- The presentation space where the screen was recognizedsd
- The ECLScreenDesc object that was matchedECLPS
,
ECLScreenDesc
public void NotifyStop(ECLScreenDesc sd, int reason)
sd
- The ECLScreenDesc object that was unregistered or in errorreason
- This parameter is not currently used.public void NotifyError(ECLPS ps, ECLScreenDesc sd, ECLErr e)
ps
- The presentation space that is in error (may be null)sd
- The ECLScreenDesc object that is in errore
- The ECLErr object containing error data.ECLErr
,
NotifyStop(com.ibm.eNetwork.ECL.ECLScreenDesc, int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |