intarsys runtime library

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

Packages that use Event
de.intarsys.tools.event   
de.intarsys.tools.preferences   
 

Uses of Event in de.intarsys.tools.event
 

Subclasses of Event in de.intarsys.tools.event
 class ActivatedEvent
          An event indicating the activation of an application component.
 class AttributeChangedEvent
          An event representing an objects state change.
 class CancelEvent
          An event indicating the negatively acknowledged outcome of an execution.
 class CancelRequestedEvent
          An event indicating the request to deny positive termination.
 class CreatedEvent
          An event indicating the creation of a new instance by a factory.
 class DeactivatedEvent
          An event indicating the de-activation of an application component.
 class DestroyedEvent
          An event indicating the destruction of an instance.
 class GenericEvent
           
 class OkEvent
          An event indicating the positively acknowledged outcome of an execution.
 class OkRequestedEvent
          An event indicating the the request to positively terminate.
 class StartedEvent
          An event indicating the start of an application component.
 class StoppedEvent
          An event indicating the stop of an application component.
 class StopRequestedEvent
          An event indicating that the stop for an application component was requested.
 

Methods in de.intarsys.tools.event with parameters of type Event
 void INotificationListener.handleEvent(Event event)
          Called when an event occurs.
 void AttributeChangeListener.handleEvent(Event event)
           
 void IEventDispatcher.triggerEvent(Event event)
           
 void EventDispatcher.triggerEvent(Event event)
           
 void EventDispatcher.triggerEventReverse(Event event)
           
 

Uses of Event in de.intarsys.tools.preferences
 

Subclasses of Event in de.intarsys.tools.preferences
 class PreferencesChangeEvent
           
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.