All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+----com.ibm.eNetwork.beans.HOD.event.MacroMessageEvent
- public class MacroMessageEvent
- extends HODEvent
Event fired to MacroRuntimeListener.macroMessageEvent(). Fired if
the Macro bean processes a message command during a macro play.
-
MacroMessageEvent(Macro, String, String)
- Constructs a working instance of a macro message event.
-
getMessage()
- Returns the message text for the message event.
-
getTitle()
- Returns the title text for the message event.
MacroMessageEvent
public MacroMessageEvent(Macro macro,
String argMsg,
String argTitle)
- Constructs a working instance of a macro message event.
- Parameters:
- macro - Macro bean that is the source of the event
- argMsg - message text string for the event
- argTitle - message title string for the event
getMessage
public String getMessage()
- Returns the message text for the message event.
- Returns:
- message string
getTitle
public String getTitle()
- Returns the title text for the message event.
- Returns:
- title string
All Packages Class Hierarchy This Package Previous Next Index