ilog.views.appframe.event
Class MessageEvent
java.lang.Object
java.util.EventObject
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
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.
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.