org.flexdock.docking.props
public abstract class PropertyChangeListenerFactory extends java.lang.Object
Constructor and Description |
---|
PropertyChangeListenerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
addFactory(PropertyChangeListenerFactory factory) |
abstract java.beans.PropertyChangeListener |
getListener() |
static java.beans.PropertyChangeListener[] |
getListeners() |
static void |
removeFactory(PropertyChangeListenerFactory factory) |
public static void addFactory(PropertyChangeListenerFactory factory)
public static void removeFactory(PropertyChangeListenerFactory factory)
public static java.beans.PropertyChangeListener[] getListeners()
public abstract java.beans.PropertyChangeListener getListener()