org.apache.felix.webconsole.plugins.event.internal
Class EventHandler

java.lang.Object
  extended by org.apache.felix.webconsole.plugins.event.internal.EventHandler
All Implemented Interfaces:
EventHandler

public class EventHandler
extends Object
implements EventHandler

Event listener for the OSGi event admin, listening to all events.


Constructor Summary
EventHandler(EventCollector c)
           
 
Method Summary
 void handleEvent(Event event)
          Called by the EventAdmin service to notify the listener of an event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandler

public EventHandler(EventCollector c)
Method Detail

handleEvent

public void handleEvent(Event event)
Description copied from interface: EventHandler
Called by the EventAdmin service to notify the listener of an event.

Specified by:
handleEvent in interface EventHandler
Parameters:
event - The event that occurred.
See Also:
EventHandler.handleEvent(org.osgi.service.event.Event)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.