org.apache.felix.webconsole.plugins.event.internal
Class EventHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHandler
public EventHandler(EventCollector c)
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.