intarsys runtime library

de.intarsys.tools.event
Interface IChangeSupport


Deprecated. use 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

addChangeListener

void addChangeListener(INotificationListener listener)
Deprecated. 
Add listener to the collection of objects to be informed when the receiver triggers a change event.

Parameters:
listener - The object to be informed about change event occurrence

removeChangeListener

void removeChangeListener(INotificationListener listener)
Deprecated. 
Remove listener from the collection of objects to be informed about change events.

Parameters:
listener - The object registered for the event

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.