com.ibm.eNetwork.ECL Interface ECLRecoNotify

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
public interface ECLRecoNotify

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:

See Also:
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

NotifyEvent



public void 
NotifyEvent(
ECLPS ps,
                        
ECLScreenDesc sd)

NotifyStop



public void 
NotifyStop(
ECLScreenDesc sd,
                       int reason)

NotifyError



public void 
NotifyError(
ECLPS ps,
                        
ECLScreenDesc sd,
                        
ECLErr e)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD