Package com.swiftmq.mgmt
Interface PropertyWatchListener
-
public interface PropertyWatchListenerA listener on a Property which will be called after the Property value has changed. This listener is for not-owners for the Property, just to become informed about a change. There is no way to veto against the change. Property owners use a PropertyChangeListener.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
PropertyChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpropertyValueChanged(Property prop)Called after the Property value has been changed.
-
-
-
Method Detail
-
propertyValueChanged
void propertyValueChanged(Property prop)
Called after the Property value has been changed.- Parameters:
prop- the Property.
-
-