Package jmri.beans

Class UnboundArbitraryBean

java.lang.Object
jmri.beans.UnboundBean
jmri.beans.UnboundArbitraryBean
All Implemented Interfaces:
BeanInterface

public abstract class UnboundArbitraryBean extends UnboundBean
Generic implementation of BeanInterface that supports arbitrary properties defined at runtime.

NOTE This class does not implement PropertyChangeSupport. Subclass Bean if you need to support property change listeners.