Package ptolemy.kernel.util
Interface ValueListener
-
- All Known Implementing Classes:
AbstractInitializableParameter
,ActorEditorGraphController
,ActorNameIcon
,ActorViewerGraphController
,AreaEventType
,AtomicActorMatcher
,AtomicWirelessChannel
,AttributeExpressionAttribute
,AttributeValueAttribute
,AttributeValueIcon
,BaseUnit
,BasicGraphController
,BluetoothChannel
,BoxedValueIcon
,BoxedValuesIcon
,CachedSDFScheduler
,CaseGraphFrame.CaseGraphController
,ChoiceParameter
,ChoiceStringParameter
,ColorAttribute
,CompositeActorMatcher
,Constraint
,ConstraintMonitor
,ConstraintMonitorIcon
,ContainerIgnoringAttribute
,CopyCatIcon
,DebuggerParameter
,DefaultDirectoryAttribute
,DefaultIconLink
,DefaultIconScript
,DefaultModelAttribute
,DefaultTitle
,DelayChannel
,DesignPatternImporter
,DistributedSDFScheduler
,DoubleRangeParameter
,DygraphsJSPlotterAttribute
,EditIconGraphController
,ErasureChannel
,Event.EventParameter
,ExpertParameter
,FileParameter
,FilePortParameter
,FmvAutomatonGraphController
,FSMGraphController
,FSMMatcher
,FSMViewerGraphController
,GTParameter
,HierarchyFlatteningAttribute
,HTMLImage
,HTMLText
,HTMLTextPosition
,IconLink
,IconScript
,InterfaceAutomatonGraphController
,IntRangeParameter
,IterativeParameter
,IterativeParameterIcon
,JSAccessor.ActionableAttribute
,JSPlotterAttribute
,LimitedRangeChannel
,LinkTarget
,LinkToOpenTableaux
,LiveLink
,LocationAttribute
,LocationParameter
,MatchResultViewer.MatchResultActorGraphController
,MatchResultViewer.MatchResultFSMGraphController
,MirrorPortParameter
,ModalModelMatcher
,ModelParameter
,NamedObjVariable
,NameParameter
,OntologyGraphController
,OntologySolverGraphController
,OptimizingSDFScheduler
,Parameter
,ParameterDisplayIconScript
,ParametersAttribute
,PasswordAttribute
,Pattern
,PatternObjectAttribute
,PortParameter
,PowerLossChannel
,Priority
,ProcessAttribute
,PtalonExpressionParameter
,PtalonParameter
,PteraDirector
,PteraGraphController
,PthalesScheduler
,PtolemyQuery
,RelationCollapsingAttribute
,RelationHidingAttribute
,Replacement
,RunnableGraphController
,Script
,SDFModularScheduler
,SDFScheduler
,SDFTestScheduler
,SequenceAttribute
,SharedParameter
,SingletonParameter
,SIPrefixUnitConversionInfo
,SizeAttribute
,StateMatcher
,StreamValueListener
,StringConstantParameter
,StringParameter
,SVGIcon
,SynchronizeToRealtime
,TableauParameter
,TemporaryVariable
,TestSharedParameter
,Title
,TransformationEditor
,TransformationEditor.TransformationActorGraphController
,TransformationEditor.TransformationFSMGraphController
,TransformationMode
,TransformationRule
,TransitionMatcher
,TypeAttribute
,UnitConversionInfo
,UpdatedValueIcon
,ValueIcon
,Variable
,WebContent
,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$
- Author:
- Edward A. Lee
- See Also:
Variable
- Pt.AcceptedRating:
- Green (cxh)
- Pt.ProposedRating:
- Green (eal)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-