org.jtool.jxplatform.event
Class JxChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jtool.jxplatform.event.JxEvent
          extended byorg.jtool.jxplatform.event.JxChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class JxChangedEvent
extends JxEvent

An event indicating that an alert has occurred. The lowest level is 0.

Author:
Katsuhisa Maruyama
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jtool.jxplatform.event.JxEvent
message
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JxChangedEvent(java.lang.Object source, java.lang.String msg)
          Creates an event object containing changed information.
 
Methods inherited from class org.jtool.jxplatform.event.JxEvent
getMessage
 
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

JxChangedEvent

public JxChangedEvent(java.lang.Object source,
                      java.lang.String msg)
Creates an event object containing changed information.

Parameters:
source - An object on which the event initially occurred.
msg - A message about this event.