Package org.osgi.service.typedevent
Interface UnhandledEventHandler
-
@ConsumerType public interface UnhandledEventHandlerListener for Unhandled Events.UnhandledEventHandlerobjects are registered with the Framework service registry and are notified with an event object when an event is sent, but no other handler is found to receive the event- Author:
- $Id: c6f3ac2430c0caf881b78ffbfdb983331727a9f4 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyUnhandled(java.lang.String topic, java.util.Map<java.lang.String,java.lang.Object> event)Called by theTypedEventBusservice to notify the listener of an unhandled event.
-
-
-
Method Detail
-
notifyUnhandled
void notifyUnhandled(java.lang.String topic, java.util.Map<java.lang.String,java.lang.Object> event)Called by theTypedEventBusservice to notify the listener of an unhandled event.- Parameters:
topic- The topic to which the event was sentevent- The event that occurred.
-
-