Package | Description |
---|---|
org.apache.felix.ipojo.util |
Modifier and Type | Method and Description |
---|---|
static DependencyModel.DependencyEventType |
DependencyModel.DependencyEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependencyModel.DependencyEventType[] |
DependencyModel.DependencyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyModel.notifyListeners(DependencyModel.DependencyEventType type,
org.osgi.framework.ServiceReference<?> service,
java.lang.Object object)
Notify all listeners that a change has occurred in this dependency model.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.