QJCC homepage

biz.chitec.quarterback.util
Interface PropertyChecker


public interface PropertyChecker

Quite small interface for objects that have a property, allow this to be changed from outside and want to give the manipulating object the chance to inform the holding object about the change.

Strange, isn't it?

Version:
$Id: 919e813a69980647634b9f157b8decbe406b6061 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000 Distributed under the terms of the GNU LGPL.

Method Summary
 void checkProperties()
          Called after a property of the interface-implementing object has been changed.
 

Method Detail

checkProperties

public void checkProperties()
Called after a property of the interface-implementing object has been changed.


QJCC homepage