Uses of Class
org.osgi.service.event.Event
-
Packages that use Event Package Description org.osgi.service.event Event Admin Package Version 1.4. -
-
Uses of Event in org.osgi.service.event
Methods in org.osgi.service.event with parameters of type Event Modifier and Type Method Description void
EventHandler. handleEvent(Event event)
Called by theEventAdmin
service to notify the listener of an event.void
EventAdmin. postEvent(Event event)
Initiate asynchronous, ordered delivery of an event.void
EventAdmin. sendEvent(Event event)
Initiate synchronous delivery of an event.
-