intarsys runtime library

Uses of Class
de.intarsys.tools.event.EventType

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

Uses of EventType in de.intarsys.tools.event
 

Fields in de.intarsys.tools.event declared as EventType
static EventType EventType.ALWAYS
           
static EventType SuspendedEvent.ID
           
static EventType StopRequestedEvent.ID
           
static EventType StoppedEvent.ID
           
static EventType StartedEvent.ID
           
static EventType SelectionEvent.ID
           
static EventType ResumedEvent.ID
           
static EventType OkRequestedEvent.ID
           
static EventType OkEvent.ID
           
static EventType Event.ID
           
static EventType DestroyedEvent.ID
           
static EventType DeactivatedEvent.ID
           
static EventType CreatedEvent.ID
           
static EventType CancelRequestedEvent.ID
           
static EventType CancelEvent.ID
           
static EventType AttributeChangedEvent.ID
           
static EventType ActivatedEvent.ID
           
 

Methods in de.intarsys.tools.event that return EventType
 EventType SuspendedEvent.getEventType()
           
 EventType StopRequestedEvent.getEventType()
           
 EventType StoppedEvent.getEventType()
           
 EventType StartedEvent.getEventType()
           
 EventType SelectionEvent.getEventType()
           
 EventType ResumedEvent.getEventType()
           
 EventType OkRequestedEvent.getEventType()
           
 EventType OkEvent.getEventType()
           
 EventType Event.getEventType()
           
 EventType DestroyedEvent.getEventType()
           
 EventType DeactivatedEvent.getEventType()
           
 EventType CreatedEvent.getEventType()
           
 EventType CancelRequestedEvent.getEventType()
           
 EventType CancelEvent.getEventType()
           
 EventType AttributeChangedEvent.getEventType()
           
 EventType ActivatedEvent.getEventType()
           
 EventType[] EventDispatcher.getTypes()
           
 

Methods in de.intarsys.tools.event with parameters of type EventType
 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 EventType in de.intarsys.tools.functor
 

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

Uses of EventType in de.intarsys.tools.logging
 

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

Uses of EventType in de.intarsys.tools.objectmodel
 

Fields in de.intarsys.tools.objectmodel declared as EventType
static EventType InvokeIntercept.ID
           
static EventType InvokeAccept.ID
           
 

Methods in de.intarsys.tools.objectmodel that return EventType
 EventType InvokeIntercept.getEventType()
           
 EventType InvokeAccept.getEventType()
           
 

Uses of EventType in de.intarsys.tools.preferences
 

Fields in de.intarsys.tools.preferences declared as EventType
static EventType PreferencesChangeEvent.ID
           
 

Methods in de.intarsys.tools.preferences that return EventType
 EventType PreferencesChangeEvent.getEventType()
           
 

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

Uses of EventType in de.intarsys.tools.reflect
 

Fields in de.intarsys.tools.reflect declared as EventType
static EventType InvokeIntercept.ID
           
static EventType InvokeAccept.ID
           
 

Methods in de.intarsys.tools.reflect that return EventType
 EventType InvokeIntercept.getEventType()
           
 EventType InvokeAccept.getEventType()
           
 

Uses of EventType in de.intarsys.tools.tree
 

Methods in de.intarsys.tools.tree with parameters of type EventType
 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.