All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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


Method Index

 o Compared(ECLRecoDebugEvent)
Called when a new screen appears the matching logicis run.

Methods

 o Compared
 public abstract void Compared(ECLRecoDebugEvent e)
Called when a new screen appears the matching logicis run. Contains pass/fail results for all the screens description in the ECLScreenReco object.

Parameters:
e - ECLRecoDebugEvent object that contains the results

All Packages  Class Hierarchy  This Package  Previous  Next  Index