Package VASSAL.property
package VASSAL.property
-
ClassDescriptionAn abstract base class for
PropertyContainers.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 settingPropertys and listening for changes to them.The listener interface for receivingPropertychange events.An interface for handlingPropertyListeners.APropertyContainerwhich holds oneProperty.