ilog.views.appframe.event
Class MessageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.appframe.event.MessageEvent
All Implemented Interfaces:
Serializable

public class MessageEvent
extends EventObject

MessageEvent is used to notify interested parties that a message has been sent by the event source.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MessageEvent(Object source, String messageName, Object[] params)
          Constructs a new MessageEvent.
 
Method Summary
 String getMessageName()
          Returns the name of the message.
 Object[] getMessageParameters()
          Returns the parameters of the message.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageEvent

public MessageEvent(Object source,
                    String messageName,
                    Object[] params)
Constructs a new MessageEvent.

Parameters:
source - The object that has sent the event.
messageName - The name of the message that has been sent.
params - The message parameters.
Method Detail

getMessageName

public String getMessageName()
Returns the name of the message.


getMessageParameters

public final Object[] getMessageParameters()
Returns the parameters of the message.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.