org.jppf.ui.options.event
Interface ValueChangeListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
UpdatableAction
All Known Implementing Classes:
AbstractJobAction, AbstractSelectionAction, AbstractSuspendJobAction, AbstractTopologyAction, AbstractUpdatableAction, CancelJobAction, NodeConfigurationAction, NodeInformationAction, NodeThreadsAction, ResetTaskCounterAction, RestartNodeAction, ResumeJobAction, ScriptedValueChangeListener, SelectDriversAction, SelectNodesAction, ServerShutdownRestartAction, ServerStatisticsResetAction, ShutdownNodeAction, SuspendJobAction, SuspendRequeueJobAction, UpdateMaxNodesAction

public interface ValueChangeListener
extends EventListener

Listener interface for notification of changes to the value of an option.

Author:
Laurent Cohen

Method Summary
 void valueChanged(ValueChangeEvent event)
          Method called when the value of an option has changed.
 

Method Detail

valueChanged

void valueChanged(ValueChangeEvent event)
Method called when the value of an option has changed.

Parameters:
event - the event encapsulating the source of the event.


Copyright © 2005-2010 JPPF Team.