public abstract class PropertyChangeListenerFactory extends Object
Constructor and Description |
---|
PropertyChangeListenerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
addFactory(PropertyChangeListenerFactory factory) |
abstract PropertyChangeListener |
getListener() |
static PropertyChangeListener[] |
getListeners() |
static void |
removeFactory(PropertyChangeListenerFactory factory) |
public static void addFactory(PropertyChangeListenerFactory factory)
public static void removeFactory(PropertyChangeListenerFactory factory)
public static PropertyChangeListener[] getListeners()
public abstract PropertyChangeListener getListener()