Package VASSAL.property
package VASSAL.property
-
ClassDescriptionAn abstract base class for
PropertyContainer
s.A thread-safe implementation ofPropertySupport
.A container holding properties that must be maintained as part of the Game State (saved with saved games, passed to other clients via logfile/server, etc).Property<T>Represents a named property with a specified type.Provides an interface for getting and settingProperty
s and listening for changes to them.The listener interface for receivingProperty
change events.An interface for handlingPropertyListener
s.APropertyContainer
which holds oneProperty
.