|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Monitor
The Monitor is used to actively check a set of resources to see if they have changed.
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
void |
addResource(Resource resource)
Add a resource to monitor. |
Resource |
getResource(String key)
Find a monitored resource. |
void |
removeResource(Resource resource)
Remove a monitored resource by reference. |
void |
removeResource(String key)
Remove a monitored resource by key. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
void addResource(Resource resource)
Resource getResource(String key)
void removeResource(String key)
void removeResource(Resource resource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |