ptolemy.kernel.util
Interface ValueListener

All Known Implementing Classes:
ActorEditorGraphController, ActorNameIcon, ActorViewerGraphController, AtomicActorMatcher, AtomicWirelessChannel, AttributeExpressionAttribute, AttributeValueAttribute, AttributeValueIcon, BaseUnit, BasicGraphController, BoxedValueIcon, BoxedValuesIcon, CachedSDFScheduler, CaseGraphFrame.CaseGraphController, CaseGraphFrame.CaseGraphController, ChoiceParameter, ColorAttribute, Commutator.WidthDependentParameter, Commutator.WidthDependentParameter, CompositeActorMatcher, Configure.Query, Constraint, ContainerIgnoringAttribute, CopyCatIcon, DebuggerParameter, DefaultDirectoryAttribute, DefaultModelAttribute, DelayChannel, DesignPatternImporter, DistributedSDFScheduler, Distributor.WidthDependentParameter, Distributor.WidthDependentParameter, DoubleRangeParameter, EditIconGraphController, ErasureChannel, Event.EventParameter, ExpertParameter, FileParameter, FilePortParameter, FmvAutomatonGraphController, FmvAutomatonGraphController, FSMGraphController, FSMGraphController, FSMMatcher, FSMViewerGraphController, FSMViewerGraphController, GTParameter, HierarchyFlatteningAttribute, InterfaceAutomatonGraphController, InterfaceAutomatonGraphController, IntRangeParameter, IterativeParameter, IterativeParameterIcon, LimitedRangeChannel, LocationAttribute, LocationParameter, MatchResultViewer.MatchResultActorGraphController, MatchResultViewer.MatchResultFSMGraphController, ModalModelMatcher, ModelParameter, NamedObjVariable, NameParameter, Parameter, ParametersAttribute, PasswordAttribute, Pattern, PatternObjectAttribute, PortParameter, PowerLossChannel, Priority, PropertyParameter, PtalonExpressionParameter, PtalonParameter, PteraDirector, PteraGraphController, PtinyOSNodeParameter, PtolemyQuery, RelationCollapsingAttribute, RelationHidingAttribute, Replacement, RunnableGraphController, SDFScheduler, SharedParameter, SingletonParameter, SizeAttribute, StateMatcher, StringParameter, SVGIcon, SynchronizeToRealtime, TableauParameter, TemporaryVariable, TransformationEditor, TransformationEditor.TransformationActorGraphController, TransformationEditor.TransformationFSMGraphController, TransformationMode, TransformationRule, TransitionMatcher, TypeAttribute, UpdatedValueIcon, ValueIcon, Variable, WindowPropertiesAttribute, WithIconGraphController, XMLIcon

public interface ValueListener

This is an interface for listeners that are notified when the value of an object implementing Settable changes.

Since:
Ptolemy II 1.0
Version:
$Id: ValueListener.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Edward A. Lee
See Also:
Variable
Accepted Rating:
Green (cxh)
Proposed Rating:
Green (eal)

Method Summary
 void valueChanged(Settable settable)
          React to the fact that the specified Settable has changed.
 

Method Detail

valueChanged

void valueChanged(Settable settable)
React to the fact that the specified Settable has changed.

Parameters:
settable - The object that has changed value.