org.jage.property
Class NoMonitoringStrategy
java.lang.Object
org.jage.property.PropertyValueMonitoringStrategy
org.jage.property.NoMonitoringStrategy
public class NoMonitoringStrategy
- extends PropertyValueMonitoringStrategy
Strategy that doesn't monitor changes in property value's internal state. It is
used by Property class.
- Author:
- Tomek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoMonitoringStrategy
public NoMonitoringStrategy(Property property)
- Constructor.
- Parameters:
property
- property that uses this strategy.
propertyValueChanged
public void propertyValueChanged(Object newValue)
- Informs the strategy that property value has been changed.
- Specified by:
propertyValueChanged
in class PropertyValueMonitoringStrategy
- Parameters:
oldValue
- old property value.newValue
- new property value.
Copyright © 2006-2011 AGH University of Science and Technology. All Rights Reserved.