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.


Constructor Index

 o MacroMessageEvent(Macro, String, String)
Constructs a working instance of a macro message event.

Method Index

 o getMessage()
Returns the message text for the message event.
 o getTitle()
Returns the title text for the message event.

Constructors

 o 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

Methods

 o getMessage
 public String getMessage()
Returns the message text for the message event.

Returns:
message string
 o getTitle
 public String getTitle()
Returns the title text for the message event.

Returns:
title string

All Packages  Class Hierarchy  This Package  Previous  Next  Index