|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceChangeListener
OSGi Service listening for changes of resources. These resources are not changed through the installer but through any other means like a bundle being installed directly through the framework or a configuration directly changed through the configuration admin.
| Method Summary | |
|---|---|
void |
resourceAddedOrUpdated(java.lang.String resourceType,
java.lang.String entityId,
java.io.InputStream is,
java.util.Dictionary<java.lang.String,java.lang.Object> dict,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Inform the installer about an added or updated resource |
void |
resourceRemoved(java.lang.String resourceType,
java.lang.String entityId)
Inform the installer about a removed resource |
| Method Detail |
|---|
void resourceAddedOrUpdated(java.lang.String resourceType,
java.lang.String entityId,
java.io.InputStream is,
java.util.Dictionary<java.lang.String,java.lang.Object> dict,
java.util.Map<java.lang.String,java.lang.Object> attributes)
resourceType - The resource typeentityId - The entity id (symbolic name etc.)is - Input stream ordict - Dictionary
void resourceRemoved(java.lang.String resourceType,
java.lang.String entityId)
resourceType - The resource typeentityId - The entity id (symbolic name etc.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||