Package 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 java.lang.Object
- Author:
- Christopher Butler
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeListenerFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static void
addFactory(PropertyChangeListenerFactory factory)
abstract java.beans.PropertyChangeListener
getListener()
static java.beans.PropertyChangeListener[]
getListeners()
static void
removeFactory(PropertyChangeListenerFactory factory)
-
-
-
Method Detail
-
addFactory
public static void addFactory(PropertyChangeListenerFactory factory)
-
removeFactory
public static void removeFactory(PropertyChangeListenerFactory factory)
-
getListeners
public static java.beans.PropertyChangeListener[] getListeners()
-
getListener
public abstract java.beans.PropertyChangeListener getListener()
-
-