|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceHandler
Service interface for anybody wanting to be notified of changes to resources.
Field Summary | |
---|---|
static String |
FILTER
Name of the property that's used to describe the filter condition for a resource. |
static String |
HOST
The host part of the URL. |
static String |
PATH
The path part of the URL. |
static String |
PORT
The port part of the URL. |
static String |
PROTOCOL
The protocol part of the URL. |
static String |
URL
Exact URL that this handler is looking for. |
Method Summary | |
---|---|
void |
added(URL resource)
Invoked whenever a new resource is added. |
void |
changed(URL resource)
Invoked whenever an existing resource changes. |
void |
removed(URL resource)
Invoked whenever an existing resource is removed. |
Field Detail |
---|
static final String FILTER
static final String URL
static final String HOST
static final String PATH
static final String PROTOCOL
static final String PORT
Method Detail |
---|
void added(URL resource)
void changed(URL resource)
void removed(URL resource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |