Packagech.capi.events
Interfacepublic interface IGlobalEventDispatcher extends IEventDispatcher
Implementors GlobalEventDispatcher

A IGlobalEventDispatcher is a IEventDispatcher that sends global events before and after any Event is dispatched. This interface is just a markup to signal which kind of events are dispatched.



Events
 Event Summary Defined By
  Dispatched after an event is dispatched.IGlobalEventDispatcher
  Dispatched before an event is dispatched.IGlobalEventDispatcher
Event Detail
globalAfter Event
Event Object Type: ch.capi.events.GlobalEvent
GlobalEvent.type property = ch.capi.events.GlobalEvent.GLOBAL_AFTER

Dispatched after an event is dispatched.

Defines the events that will be dispatched after the dispatching of the specified event.
globalBefore Event  
Event Object Type: ch.capi.events.GlobalEvent
GlobalEvent.type property = ch.capi.events.GlobalEvent.GLOBAL_BEFORE

Dispatched before an event is dispatched.

Defines the events that will be dispatched before the dispatching of the specified event.