public class PropertyChangeMulticaster extends Object implements PropertyChangeListener
Constructor and Description |
---|
PropertyChangeMulticaster()
Create an empty multicaster object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(PropertyChangeListener l)
Add the given listener to the list of listeners.
|
void |
dispatchEvent(PropertyChangeEvent evt)
Dispatch the given event to all of the listeners.
|
Iterator |
listeners()
Return an iterator over the list of listeners.
|
void |
propertyChange(PropertyChangeEvent evt) |
void |
remove(PropertyChangeListener l)
Remove the given listener from the list
of listeners.
|
public PropertyChangeMulticaster()
public void add(PropertyChangeListener l)
public Iterator listeners()
public void dispatchEvent(PropertyChangeEvent evt)
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public void remove(PropertyChangeListener l)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.