Uses of Package
org.eclipse.swordfish.core.event

Packages that use org.eclipse.swordfish.core.event
org.eclipse.swordfish.core   
org.eclipse.swordfish.core.event   
org.eclipse.swordfish.internal.core.configuration   
org.eclipse.swordfish.internal.core.context   
org.eclipse.swordfish.internal.core.event   
org.eclipse.swordfish.internal.core.exception   
org.eclipse.swordfish.plugins.tracking   
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.core
EventService
          Basic interface for sending Swordfish events inside Swordfish runtime environment Should be implemented via delegation to org.osgi.service.event.EventAdmin service and implementation must be registered as a OSGI service itself under org.eclipse.swordfish.api.event.Eventrvice interface name.
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.core.event
ConfigurationEvent.Action
          Value indicating what has happened to the configuration.
Event
          Generic Swordfish event
EventFilter
          interface for filtering events base on its properties values
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.internal.core.configuration
ConfigurationEvent
          Event signalling a modification of a configuration.
EventFilter
          interface for filtering events base on its properties values
EventHandler
          Interface providing ability to listen for Swordifish messages sending on specified topic.
Severity
          specified event severity level, used in org.eclipse.swordfish.api.event.Event.getSeverity() and org.eclipse.swordfish.api.event.EventHandler.getSeverity(); NONE - returns from org.eclipse.swordfish.api.Event.getSeverity() implementation by default, if no severity specified ALL - returns from org.eclipse.swordfish.api.event.EventHandler.getSeverity() implementation by default to specify that events with all severity level acceptable
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.internal.core.context
EventService
          Basic interface for sending Swordfish events inside Swordfish runtime environment Should be implemented via delegation to org.osgi.service.event.EventAdmin service and implementation must be registered as a OSGI service itself under org.eclipse.swordfish.api.event.Eventrvice interface name.
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.internal.core.event
ConfigurationEvent
          Event signalling a modification of a configuration.
ConfigurationEvent.Action
          Value indicating what has happened to the configuration.
Event
          Generic Swordfish event
EventFilter
          interface for filtering events base on its properties values
EventHandler
          Interface providing ability to listen for Swordifish messages sending on specified topic.
EventService
          Basic interface for sending Swordfish events inside Swordfish runtime environment Should be implemented via delegation to org.osgi.service.event.EventAdmin service and implementation must be registered as a OSGI service itself under org.eclipse.swordfish.api.event.Eventrvice interface name.
OperationEvent
          Interface for events provided for operational logging.
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.
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.internal.core.exception
Event
          Generic Swordfish event
EventService
          Basic interface for sending Swordfish events inside Swordfish runtime environment Should be implemented via delegation to org.osgi.service.event.EventAdmin service and implementation must be registered as a OSGI service itself under org.eclipse.swordfish.api.event.Eventrvice interface name.
 

Classes in org.eclipse.swordfish.core.event used by org.eclipse.swordfish.plugins.tracking
EventFilter
          interface for filtering events base on its properties values
EventHandler
          Interface providing ability to listen for Swordifish messages sending on specified topic.
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.