|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A simple interface identifying a DAVRepository event listener.
| Field Summary | |
static int |
COLLECTION_CREATED
An event representing the creation of a collection. |
static int |
COLLECTION_REMOVED
An event representing the deletion of a collection. |
static int |
RESOURCE_CREATED
An event representing the creation of a resource. |
static int |
RESOURCE_MODIFIED
An event representing the modification of a resource. |
static int |
RESOURCE_REMOVED
An event representing the deletion of a resource. |
| Method Summary | |
void |
notify(DAVResource resource,
int event)
Notify this DAVListener of an action occurred on a
specified DAVResource. |
| Field Detail |
public static final int COLLECTION_CREATED
An event representing the creation of a collection.
public static final int COLLECTION_REMOVED
An event representing the deletion of a collection.
public static final int RESOURCE_CREATED
An event representing the creation of a resource.
public static final int RESOURCE_REMOVED
An event representing the deletion of a resource.
public static final int RESOURCE_MODIFIED
An event representing the modification of a resource.
| Method Detail |
public void notify(DAVResource resource,
int event)
Notify this DAVListener of an action occurred on a
specified DAVResource.
resource - the DAVResource associated with the notification.event - a number identifying the type of the notification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||