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.
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