Uses of Class
org.apache.cxf.event.Event

Packages that use Event
org.apache.cxf.event   
 

Uses of Event in org.apache.cxf.event
 

Methods in org.apache.cxf.event that return types with arguments of type Event
 java.util.List<Event> EventCache.flushEvents()
          Flushes the cache of all the Events.
 java.util.List<Event> EventCache.flushEvents(javax.xml.namespace.QName eventType)
          Flushes the Event from the cache matching the event type.
 java.util.List<Event> EventCache.flushEvents(java.lang.String namespaceURI)
          Flushes the Events from the cache matching the event type namespace.
 java.util.List<Event> EventCache.getEvents()
          Returns all the events.
 java.util.List<Event> EventCache.getEvents(javax.xml.namespace.QName eventType)
          Returns all the events matching the event type.
 java.util.List<Event> EventCache.getEvents(java.lang.String namespaceURI)
          Returns all the events matching the event type namespace.
 

Methods in org.apache.cxf.event with parameters of type Event
 void EventCache.addEvent(Event e)
          Add the Event to the cache.
 boolean ComponentEventFilter.isEventEnabled(Event e)
           
 void EventListener.processEvent(Event e)
          Invoked when an event occurs.
 void EventProcessor.sendEvent(Event e)
          Sends an event to the processor.
 



Apache CXF