|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
INotificationSupport
@Deprecated public interface IChangeSupport
The implementor supports the broadcast of attribute change notifications to INotificationListener objects.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |