com.ibm.eNetwork.ECL.screenreco.event Class ECLRecoDebugEvent

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


java.lang.Object
  |
  +--
com.ibm.eNetwork.ECL.event.ECLEvent
        |
        +--
com.ibm.eNetwork.ECL.screenreco.event.ECLRecoDebugEvent

      
public class ECLRecoDebugEvent
extends ECLEvent

Event fired to objects implementing ECLRecoDebugListener interface (must call ECLScreenReco.AddECLRecoDebugListener). This event contains all the functionality for discovering how the screen matching logic performed.

To use this class properly, follow these steps:

See Also:
ECLRecoDebugListener , ECLScreenReco

Constructor Summary
ECLRecoDebugEvent ( ECLScreenReco arg0, ECLPS arg1, ECLScreenDesc arg2)           Constructs a working instance of a MacroDebugRecoEvent.

 

Method Summary
  ECLScreenDescriptor CompareDescriptor ( ECLScreenDescriptor arg)           Returns what is actually on the host screen based on the parameters passed in the descriptor.
 java.lang.String FormatSDString ( ECLSDString sds)           This method should be used in conjunction with the CompareDescriptor method.
  ECLScreenDesc GetDescription ()           Returns the ECLScreenDesc object that was compared.
  ECLPS GetPS ()           Returns the current presentation space object in the Macro bean.
 boolean IsMatch ()           Returns true if all match.

 

Methods inherited from class com.ibm.eNetwork.ECL.event. ECLEvent
GetSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ECLRecoDebugEvent



public 
ECLRecoDebugEvent(
ECLScreenReco arg0,
                         
ECLPS arg1,
                         
ECLScreenDesc arg2)

Method Detail

GetDescription



public 
ECLScreenDesc 

            GetDescription()

GetPS



public 
ECLPS 

            GetPS()

IsMatch



public boolean 
IsMatch()

CompareDescriptor



public 
ECLScreenDescriptor 

            CompareDescriptor(
ECLScreenDescriptor arg)
                                      throws 
ECLErr

         

FormatSDString



public java.lang.String 
FormatSDString(
ECLSDString sds)

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