Package VASSAL.property
-
Interface Summary Interface Description PersistentPropertyContainer 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).PropertyContainer Provides an interface for getting and settingPropertys and listening for changes to them.PropertyListener<T> The listener interface for receivingPropertychange events.PropertySupport An interface for handlingPropertyListeners. -
Class Summary Class Description AbstractPropertyContainer An abstract base class forPropertyContainers.ConcurrentPropertySupport A thread-safe implementation ofPropertySupport.Property<T> Represents a named property with a specified type.SinglePropertyContainer<V> APropertyContainerwhich holds oneProperty.