org.apache.cxf.event
Class ComponentEventFilter

java.lang.Object
  extended by org.apache.cxf.event.ComponentEventFilter

public class ComponentEventFilter
extends java.lang.Object


Field Summary
static java.lang.String COMPONENT_CREATED_EVENT
           
static java.lang.String COMPONENT_REMOVED_EVENT
           
 
Constructor Summary
ComponentEventFilter()
           
 
Method Summary
 boolean isEventEnabled(Event e)
          Invoked before sending the specified event to the listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_CREATED_EVENT

public static final java.lang.String COMPONENT_CREATED_EVENT
See Also:
Constant Field Values

COMPONENT_REMOVED_EVENT

public static final java.lang.String COMPONENT_REMOVED_EVENT
See Also:
Constant Field Values
Constructor Detail

ComponentEventFilter

public ComponentEventFilter()
Method Detail

isEventEnabled

public boolean isEventEnabled(Event e)
Invoked before sending the specified event to the listener.

Parameters:
e - The event to be sent
Returns:
boolean If true, the event is to be sent to the listener, otherwise false.


Apache CXF