All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.eNetwork.beans.HOD.event.MacroParseListener

public interface MacroParseListener
extends EventListener
Objects should implement this interface if they want to discover statistics about any parsing errors that occur on the Macro bean.


Method Index

 o parseFailed(MacroParseEvent)
Called when there is an error in parsing the macro
 o parsePassed()
Called when the macro successfully parsed

Methods

 o parsePassed
 public abstract void parsePassed()
Called when the macro successfully parsed

 o parseFailed
 public abstract void parseFailed(MacroParseEvent e)
Called when there is an error in parsing the macro

Parameters:
e - MacroParseEvent object that has details of the failure

All Packages  Class Hierarchy  This Package  Previous  Next  Index