de.intarsys.tools.event
@Deprecated public interface IChangeSupport
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(INotificationListener listener)
Deprecated.
Add
listener to the collection of objects to be informed
when the receiver triggers a change event. |
void |
removeChangeListener(INotificationListener listener)
Deprecated.
Remove
listener from the collection of objects to be
informed about change events. |
void addChangeListener(INotificationListener listener)
listener
to the collection of objects to be informed
when the receiver triggers a change event.listener
- The object to be informed about change event occurrencevoid removeChangeListener(INotificationListener listener)
listener
from the collection of objects to be
informed about change events.listener
- The object registered for the event