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

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
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)

halt



public void 
halt(
MacroCustomActionEvent e)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD