Interface PropertyWatchListener


public interface PropertyWatchListener
A 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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after the Property value has been changed.
  • Method Details

    • propertyValueChanged

      void propertyValueChanged(Property prop)
      Called after the Property value has been changed.
      Parameters:
      prop - the Property.