Uses of Interface
org.eclipse.swordfish.core.event.Event

Packages that use Event
org.eclipse.swordfish.core.event   
org.eclipse.swordfish.internal.core.event   
org.eclipse.swordfish.internal.core.exception   
 

Uses of Event in org.eclipse.swordfish.core.event
 

Classes in org.eclipse.swordfish.core.event with type parameters of type Event
 interface EventHandler<T extends Event>
          Interface providing ability to listen for Swordifish messages sending on specified topic.
 

Subinterfaces of Event in org.eclipse.swordfish.core.event
 interface ConfigurationEvent<T>
          Event signalling a modification of a configuration.
 interface OperationEvent
          Interface for events provided for operational logging.
 interface TrackingEvent
          message tracking events are used to track the progress of message processing in the core, operational events are used to notify administrators or other software components of events like failure situations etc.
 

Methods in org.eclipse.swordfish.core.event with parameters of type Event
 void EventService.postEvent(Event event)
          Initiate asynchronous delivery of an event by invoking org.osgi.service.event.EventAdmin.postEvent() method.
 

Uses of Event in org.eclipse.swordfish.internal.core.event
 

Classes in org.eclipse.swordfish.internal.core.event with type parameters of type Event
 class EventHandlerAdapter<T extends Event>
           
 class EventHandlerRegistry<T extends Event>
           
 

Classes in org.eclipse.swordfish.internal.core.event that implement Event
 class ConfigurationEventImpl<T>
           
 class EventImpl
           
 class OperationEventImpl
           
 class TrackingEventImpl
           
 

Methods in org.eclipse.swordfish.internal.core.event with parameters of type Event
 void EventServiceImpl.postEvent(Event swordfishEvent)
           
 

Uses of Event in org.eclipse.swordfish.internal.core.exception
 

Classes in org.eclipse.swordfish.internal.core.exception that implement Event
 class InterceptorExceptionEvent