Package VASSAL.property
package VASSAL.property
-
Interface SummaryInterfaceDescriptionA 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).Provides an interface for getting and setting
Propertys and listening for changes to them.The listener interface for receivingPropertychange events.An interface for handlingPropertyListeners. -
Class SummaryClassDescriptionAn abstract base class for
PropertyContainers.A thread-safe implementation ofPropertySupport.Property<T>Represents a named property with a specified type.APropertyContainerwhich holds oneProperty.