public class PropertyChangeListeners extends Object
| Constructor and Description |
|---|
PropertyChangeListeners() |
| Modifier and Type | Method and Description |
|---|---|
static void |
destroy(Component component)
Remove all listeners registred in given
component. |
static void |
destroy(PropertyChangeSupport pcs)
Remove all listeners registred in given
pcs. |
public static void destroy(PropertyChangeSupport pcs)
pcs.pcs - the pcs to cleanpublic static void destroy(Component component)
component.component - the pcs to cleanCopyright © 2008–2015 CodeLutin. All rights reserved.