Package VASSAL.property
-
Interface Summary Interface Description PersistentPropertyContainer A container holding properties that must be persisted in the GameStatePropertyContainer 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.