intarsys runtime library

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

Packages that use INotificationListener
de.intarsys.tools.event   
de.intarsys.tools.functor   
de.intarsys.tools.logging   
de.intarsys.tools.objectmodel   
de.intarsys.tools.preferences   
de.intarsys.tools.tree   
 

Uses of INotificationListener in de.intarsys.tools.event
 

Classes in de.intarsys.tools.event that implement INotificationListener
 class DeferredEventDispatcher
          Pluggable helper object for management and dispatching of events.
 class EventDispatcher
          Pluggable helper object for management and dispatching of events.
 

Methods in de.intarsys.tools.event that return INotificationListener
 INotificationListener[] EventDispatcher.getListeners()
           
 

Methods in de.intarsys.tools.event with parameters of type INotificationListener
 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 DeferredEventDispatcher.addNotificationListener(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 DeferredEventDispatcher.removeNotificationListener(EventType type, INotificationListener listener)
           
 

Uses of INotificationListener in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor with parameters of type INotificationListener
 void FunctorFieldHandler.addNotificationListener(EventType type, INotificationListener listener)
           
 void FunctorFieldHandler.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.objectmodel
 

Methods in de.intarsys.tools.objectmodel that return INotificationListener
 INotificationListener InvokeIntercept.getDispatcher()
           
 

Methods in de.intarsys.tools.objectmodel with parameters of type INotificationListener
static Object ObjectModelTools.invokeIntercept(Object receiver, INotificationListener dispatcher, String name, IArgs args)
           
static Object ObjectModelTools.invokeIntercept(Object receiver, Object id, INotificationListener dispatcher, String name, IArgs args)
           
 

Constructors in de.intarsys.tools.objectmodel with parameters of type INotificationListener
InvokeIntercept(Object receiver, INotificationListener dispatcher, IMethod method, IArgs args)
           
 

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)
           
 

Uses of INotificationListener in de.intarsys.tools.tree
 

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


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.