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.
-
parseFailed(MacroParseEvent)
- Called when there is an error in parsing the macro
-
parsePassed()
- Called when the macro successfully parsed
parsePassed
public abstract void parsePassed()
- Called when the macro successfully parsed
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