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

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MacroManager

public interface MacroParseListener
extends java.util.EventListener

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


Method Summary
 void parseFailed(MacroParseEvent e)
          Called when there is an error in parsing the macro
 void parsePassed()
          Called when the macro successfully parsed
 

Method Detail

parsePassed

public void parsePassed()
Called when the macro successfully parsed

parseFailed

public void parseFailed(MacroParseEvent e)
Called when there is an error in parsing the macro
Parameters:
e - MacroParseEvent object that has details of the failure