Uses of Class
org.osgi.service.blueprint.container.BlueprintEvent
-
Packages that use BlueprintEvent Package Description org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. -
-
Uses of BlueprintEvent in org.osgi.service.blueprint.container
Methods in org.osgi.service.blueprint.container with parameters of type BlueprintEvent Modifier and Type Method Description void
BlueprintListener. blueprintEvent(BlueprintEvent event)
Receives notifications of a Blueprint Event.Constructors in org.osgi.service.blueprint.container with parameters of type BlueprintEvent Constructor Description BlueprintEvent(BlueprintEvent event, boolean replay)
Create a newBlueprintEvent
from the specifiedBlueprintEvent
.
-