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

All Superinterfaces:
java.util.EventListener

public interface ECLRecoDebugListener
extends java.util.EventListener

Objects should implement this interface if they want to debug screen matching results for the ECLScreenReco class.


Method Summary
 void Compared(ECLRecoDebugEvent e)
          Called when a new screen appears the matching logic is run.
 

Method Detail

Compared

public void Compared(ECLRecoDebugEvent e)
Called when a new screen appears the matching logic is run. Contains pass/fail results for all the screens description in the ECLScreenReco object.
Parameters:
e - ECLRecoDebugEvent object that contains the results