com.ibm.eNetwork.ECL.screenreco.event Interface ECLCustomRecoListener

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

This interface can be implemented to extend the base ECLScreenReco screen matching logic. It is essentially a user exit for screen recognition. If an ECLSDCustom object is contained in an ECLScreenDesc object that is registered with ECLScreenReco, the ECLScreenReco object will do its normal pattern matching first, then call out to the custom recognition listener's doReco method for final approval. Here, the implementor of the doReco method can do any custom matching against the screen that is necessary.

These are the steps you should follow to use this interface correctly:

See Also:
ECLScreenReco , ECLScreenDesc , ECLCustomRecoEvent , ECLSDCustom

Method Summary
 boolean DoReco ( ECLCustomRecoEvent e)           Called when an ECLScreenReco object has successfully completed the normal matching logic for a screen and needs approval from a custom recognition listener.

 

Method Detail

DoReco



public boolean 
DoReco(
ECLCustomRecoEvent e)

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