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

Constructor Index

 o ECLCustomRecoEvent(String, ECLPS, ECLScreenDesc)
Constructs a working instance of a custom recognition event.

Method Index

 o getID()
Returns the ID string for the custom recognition descriptor.
 o GetPS()
Returns the presentation space object that ECLScreenReco is using.
 o GetScreenDesc()
Returns the ECLScreeDesc object that ECLScreenReco is comparing against the presentation space.

Constructors

 o 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.

Methods

 o 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
 o GetPS
 public ECLPS GetPS()
Returns the presentation space object that ECLScreenReco is using.

Returns:
ECLPS object that ECLScreenReco is using
 o 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