public interface ResourceChangeListener
| Modifier and Type | Method and Description |
|---|---|
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
|
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 - Dictionaryvoid resourceRemoved(java.lang.String resourceType,
java.lang.String entityId)
resourceType - The resource typeentityId - The entity id (symbolic name etc.)