org.flexdock.docking.props
Class PropertyChangeListenerFactory
java.lang.Object
org.flexdock.docking.props.PropertyChangeListenerFactory
- Direct Known Subclasses:
- DockablePropertyChangeHandler.Factory, DockablePropertyChangeHandler.Factory
public abstract class PropertyChangeListenerFactory
- extends Object
- Author:
- Christopher Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChangeListenerFactory
public PropertyChangeListenerFactory()
addFactory
public static void addFactory(PropertyChangeListenerFactory factory)
removeFactory
public static void removeFactory(PropertyChangeListenerFactory factory)
getListeners
public static PropertyChangeListener[] getListeners()
getListener
public abstract PropertyChangeListener getListener()