|
||||||||||
| 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 java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
void |
addResource(Resource resource)
Add a resource to monitor. |
Resource |
getResource(java.lang.String key)
Find a monitored resource. |
void |
removeResource(Resource resource)
Remove a monitored resource by reference. |
void |
removeResource(java.lang.String key)
Remove a monitored resource by key. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void addResource(Resource resource)
Resource getResource(java.lang.String key)
void removeResource(java.lang.String key)
void removeResource(Resource resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||