|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.event.ComponentEventFilter
public class ComponentEventFilter
| 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 |
|---|
public static final java.lang.String COMPONENT_CREATED_EVENT
public static final java.lang.String COMPONENT_REMOVED_EVENT
| Constructor Detail |
|---|
public ComponentEventFilter()
| Method Detail |
|---|
public boolean isEventEnabled(Event e)
e - The event to be sent
true, the event is to be sent to the listener,
otherwise false.
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||