intarsys runtime library

Uses of Interface
de.intarsys.tools.event.INotificationListener

Packages that use INotificationListener
de.intarsys.tools.event   
de.intarsys.tools.logging   
de.intarsys.tools.preferences   
 

Uses of INotificationListener in de.intarsys.tools.event
 

Classes in de.intarsys.tools.event that implement INotificationListener
 class AttributeChangeListener
          A convenience implementation for listening to attribute change events.
 

Methods in de.intarsys.tools.event with parameters of type INotificationListener
 void IChangeSupport.addChangeListener(INotificationListener listener)
          Deprecated. Add listener to the collection of objects to be informed when the receiver triggers a change event.
 void NotificationSupportProxy.addNotificationListener(EventType type, INotificationListener listener)
           
 void INotificationSupport.addNotificationListener(EventType type, INotificationListener listener)
          Add listener to the collection of objects to be informed when the receiver triggers an event of type name.
 void EventDispatcher.addNotificationListener(EventType type, INotificationListener listener)
           
 void CommonNotificationSupport.addNotificationListener(EventType type, INotificationListener listener)
           
 void IChangeSupport.removeChangeListener(INotificationListener listener)
          Deprecated. Remove listener from the collection of objects to be informed about change events.
 void NotificationSupportProxy.removeNotificationListener(EventType type, INotificationListener listener)
           
 void INotificationSupport.removeNotificationListener(EventType type, INotificationListener listener)
          Remove listener from the collection of objects to be informed about events of type name.
 void EventDispatcher.removeNotificationListener(EventType type, INotificationListener listener)
           
 void CommonNotificationSupport.removeNotificationListener(EventType type, INotificationListener listener)
           
 

Uses of INotificationListener in de.intarsys.tools.logging
 

Methods in de.intarsys.tools.logging with parameters of type INotificationListener
 void MemoryLogHandler.addNotificationListener(EventType type, INotificationListener listener)
           
 void MemoryLogHandler.removeNotificationListener(EventType type, INotificationListener listener)
           
 

Uses of INotificationListener in de.intarsys.tools.preferences
 

Methods in de.intarsys.tools.preferences with parameters of type INotificationListener
 void PreferencesAdapter.addNotificationListener(EventType type, INotificationListener listener)
           
 void PreferencesAdapter.removeNotificationListener(EventType type, INotificationListener listener)
           
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.