org.jppf.ui.options.event
Class ValueChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jppf.ui.options.event.ValueChangeEvent
All Implemented Interfaces:
Serializable

public class ValueChangeEvent
extends EventObject

Event generated when the value of an option has changed.

Author:
Laurent Cohen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValueChangeEvent(OptionElement option)
          Initialize this event with the specified event source.
 
Method Summary
 OptionElement getOption()
          Get the source of this event as an option.
 
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

ValueChangeEvent

public ValueChangeEvent(OptionElement option)
Initialize this event with the specified event source.

Parameters:
option - the event source.
Method Detail

getOption

public OptionElement getOption()
Get the source of this event as an option.

Returns:
an OptionElement instance.


Copyright © 2005-2010 JPPF Team.