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



java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.eNetwork.beans.HOD.event.HODEvent
              |
              +--
com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent

      
All Implemented Interfaces:
java.io.Serializable
public class MacroMessageEvent
extends com.ibm.eNetwork.beans.HOD.event.HODEvent

Event fired to MacroRuntimeListener.macroMessageEvent(). Fired if the Macro bean processes a message command during a macro play.

See Also:
Serialized Form

Constructor Summary
MacroMessageEvent ( Macro macro, java.lang.String argMsg, java.lang.String argTitle)           Constructs a working instance of a macro message event.

 

Method Summary
 java.lang.String getMessage ()           Returns the message text for the message event.
 java.lang.String getTitle ()           Returns the title text for the message 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

MacroMessageEvent



public 
MacroMessageEvent(
Macro macro,
                         java.lang.String argMsg,
                         java.lang.String argTitle)

Method Detail

getMessage



public java.lang.String 
getMessage()

getTitle



public java.lang.String 
getTitle()