Uses of Class
org.apache.camel.support.EventNotifierSupport

Packages that use EventNotifierSupport
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel management 
 

Uses of EventNotifierSupport in org.apache.camel.impl
 

Subclasses of EventNotifierSupport in org.apache.camel.impl
 class DefaultRuntimeEndpointRegistry
           
 

Uses of EventNotifierSupport in org.apache.camel.management
 

Subclasses of EventNotifierSupport in org.apache.camel.management
 class EventNotifierSupport
          Deprecated. use org.apache.camel.support.EventNotifierSupport instead
 class JmxNotificationEventNotifier
          A JMX based EventNotifier which broadcasts JMX Notifications.
 class LoggingEventNotifier
          Logging event notifier that only notifies if INFO log level has been configured for its logger.
 class PublishEventNotifier
          A EventNotifier which publishes the EventObject to some Endpoint.
 



Apache Camel