Package org.apache.webdav.lib
Interface Subscriber
-
public interface Subscriber
The Subscriber interface
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SOURCE_URI
static java.lang.String
TARGET_URI
static java.lang.String
URI
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(java.lang.String uri, java.util.Map information)
-
-
-
Field Detail
-
URI
static final java.lang.String URI
- See Also:
- Constant Field Values
-
SOURCE_URI
static final java.lang.String SOURCE_URI
- See Also:
- Constant Field Values
-
TARGET_URI
static final java.lang.String TARGET_URI
- See Also:
- Constant Field Values
-
-