Package net.eksb.kswingutil.property
Class MutableProperty
-
- All Implemented Interfaces:
-
net.eksb.kswingutil.property.Property
public final class MutableProperty<T extends Object> implements Property<T>
A mutable property.
When used in Swing, modification of value and addition/removal of listeners should only happen on the event dispatch thread.