All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
java.lang.Object
|
+----com.ibm.eNetwork.ECL.screenreco.event.ECLCustomRecoEvent
- public class ECLCustomRecoEvent
- extends Object
This event class is passed to a MacroCustomRecoListener registered on an
ECLScreenReco object. The custom screen recognition event/listener classes
can be to extend the recognition functionality of the Host Access Class
Library screen recognition to whatever you wish. This class is passed in
the ECLCustomRecoListever.doReco event.
- See Also:
- ECLCustomRecoListener
-
ECLCustomRecoEvent(String, ECLPS, ECLScreenDesc)
- Constructs a working instance of a custom recognition event.
-
getID()
- Returns the ID string for the custom recognition descriptor.
-
GetPS()
- Returns the presentation space object that ECLScreenReco is using.
-
GetScreenDesc()
- Returns the ECLScreeDesc object that ECLScreenReco is comparing against
the presentation space.
ECLCustomRecoEvent
public ECLCustomRecoEvent(String id,
ECLPS ps,
ECLScreenDesc sd)
- Constructs a working instance of a custom recognition event. This constructor
can only be used by classes in the HOD beans package.
getID
public String getID()
- Returns the ID string for the custom recognition descriptor. Use it
to give you a context.
- Returns:
- identification string for the custom recognition descriptor
GetPS
public ECLPS GetPS()
- Returns the presentation space object that ECLScreenReco is using.
- Returns:
- ECLPS object that ECLScreenReco is using
GetScreenDesc
public ECLScreenDesc GetScreenDesc()
- Returns the ECLScreeDesc object that ECLScreenReco is comparing against
the presentation space.
- Returns:
- ECLScreenDesc object being compared
All Packages Class Hierarchy This Package Previous Next Index