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

All Superinterfaces:
java.util.EventListener

public interface MacroCustomActionListener
extends java.util.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 Summary
 void execute(MacroCustomActionEvent e)
          Called when a custom action listener should execute an action.
 void halt(MacroCustomActionEvent e)
          Called when a custom action listener should halt its execution.
 

Method Detail

execute

public 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 void halt(MacroCustomActionEvent e)
Called when a custom action listener should halt its execution.
Parameters:
e - MacroCustomActionEvent object that contains details on the action