com.ibm.eNetwork.beans.HOD.event
Class MacroDebugStopEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.eNetwork.beans.HOD.event.HODEvent
              |
              +--com.ibm.eNetwork.beans.HOD.event.MacroDebugStopEvent
All Implemented Interfaces:
java.io.Serializable

public class MacroDebugStopEvent
extends com.ibm.eNetwork.beans.HOD.event.HODEvent

Event fired to MacroDebugListener.macroDebugStop().

See Also:
Serialized Form

Constructor Summary
MacroDebugStopEvent(Macro macro)
          Constructs a working instance of a macro debug stop event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroDebugStopEvent

public MacroDebugStopEvent(Macro macro)
Constructs a working instance of a macro debug stop event.
Parameters:
macro - Macro bean that is the source of the event