org.jppf.ui.options.event
Class ValueChangeEvent
java.lang.Object
java.util.EventObject
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
ValueChangeEvent
public ValueChangeEvent(OptionElement option)
- Initialize this event with the specified event source.
- Parameters:
option - the event source.
getOption
public OptionElement getOption()
- Get the source of this event as an option.
- Returns:
- an
OptionElement instance.
Copyright © 2005-2010 JPPF Team.