Uses of Class
org.jppf.ui.options.event.ValueChangeEvent

Packages that use ValueChangeEvent
org.jppf.ui.actions Classes for management of actions associated to toolbar buttons and right-click menu items. 
org.jppf.ui.options.event Classes supporting the event handling mechanisms for the options. 
 

Uses of ValueChangeEvent in org.jppf.ui.actions
 

Methods in org.jppf.ui.actions with parameters of type ValueChangeEvent
 void AbstractUpdatableAction.valueChanged(ValueChangeEvent event)
          Method called when the action is triggered.
 

Uses of ValueChangeEvent in org.jppf.ui.options.event
 

Methods in org.jppf.ui.options.event with parameters of type ValueChangeEvent
 void ValueChangeListener.valueChanged(ValueChangeEvent event)
          Method called when the value of an option has changed.
 void ScriptedValueChangeListener.valueChanged(ValueChangeEvent event)
          Method called when the value of an option has changed.
 



Copyright © 2005-2010 JPPF Team.