intarsys runtime library

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

Packages that use Event
de.intarsys.tools.event   
de.intarsys.tools.objectmodel   
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 OkEvent
          An event indicating the positively acknowledged outcome of an execution.
 class OkRequestedEvent
          An event indicating the the request to positively terminate.
 class ResumedEvent
          An event indicating that a component is resumed.
 class SelectionEvent
          An event indicating a selection.
 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.
 class SuspendedEvent
          An event indicating that a component is supended.
 

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

Uses of Event in de.intarsys.tools.objectmodel
 

Subclasses of Event in de.intarsys.tools.objectmodel
 class InvokeAccept
          An event indicating the succesful terminated invocation of a method for a receiver.
 class InvokeIntercept
          An event indicating the upcoming invocation of a method for a receiver.
 

Uses of Event in de.intarsys.tools.preferences
 

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


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.