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.


Method Index

 o execute(MacroCustomActionEvent)
Called when a custom action listener should execute an action.
 o halt(MacroCustomActionEvent)
Called when a custom action listener should halt its execution.

Methods

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