All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.eNetwork.beans.HOD.event.MacroCustomActionListener
- public interface MacroCustomActionListener
- extends EventListener
Objects should implement this interface if they want to be called for
any custom actions specified in a currently playing macro. See the
MacroCustomActionEvent for details.
-
execute(MacroCustomActionEvent)
- Called when a custom action listener should execute an action.
-
halt(MacroCustomActionEvent)
- Called when a custom action listener should halt its execution.
execute
public abstract void execute(MacroCustomActionEvent e)
- Called when a custom action listener should execute an action.
- Parameters:
- e - MacroCustomActionEvent object that contains details on the action
halt
public abstract void halt(MacroCustomActionEvent e)
- Called when a custom action listener should halt its execution.
- Parameters:
- e - MacroCustomActionEvent object that contains details on the action
All Packages Class Hierarchy This Package Previous Next Index