JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
org.apache.webdav.lib
Interface Subscriber
public interface
Subscriber
The Subscriber interface
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
SOURCE_URI
static final
String
TARGET_URI
static final
String
URI
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
notify
(
String
uri,
Map
information)
Field Details
URI
static final
String
URI
See Also:
Constant Field Values
SOURCE_URI
static final
String
SOURCE_URI
See Also:
Constant Field Values
TARGET_URI
static final
String
TARGET_URI
See Also:
Constant Field Values
Method Details
notify
void
notify
(
String
uri,
Map
information)