A Property represents a property, identified by name, that has a certain value, and presents methods for updating and reading that value. If changed, the Property notifies its observers on conditions checked in method updated(); by default, it always notifies its observers of any change.
@author Matthijs Snel
@version 0.1, 02/06/2007
@version 0.2, 07/05/2009
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.