intarsys runtime library

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

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

Uses of EventType in de.intarsys.tools.event
 

Fields in de.intarsys.tools.event declared as EventType
static EventType EventType.ALWAYS
           
static EventType StopRequestedEvent.ID
           
static EventType StoppedEvent.ID
           
static EventType StartedEvent.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
           
static EventType GenericEvent.TYPE
           
 

Methods in de.intarsys.tools.event that return EventType
 EventType StopRequestedEvent.getEventType()
           
 EventType StoppedEvent.getEventType()
           
 EventType StartedEvent.getEventType()
           
 EventType OkRequestedEvent.getEventType()
           
 EventType OkEvent.getEventType()
           
 EventType IEvent.getEventType()
          A type for this event.
 EventType GenericEventFacade.getEventType()
           
 EventType GenericEvent.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()
           
 

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

Constructors in de.intarsys.tools.event with parameters of type EventType
GenericEvent(Object source, EventType type, String name)
           
 

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.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)
           
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.