public interface Notify
| Modifier and Type | Interface and Description |
|---|---|
static class |
Notify.Action
Deprecated.
The type of action occuring.
|
static class |
Notify.Status
Deprecated.
The type of notification that is occuring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNotify(String path,
int action,
int kind,
String mimeType,
int contentState,
int propState,
long revision)
Deprecated.
Handler for Subversion notifications.
|
void onNotify(String path, int action, int kind, String mimeType, int contentState, int propState, long revision)
path - on which action happenaction - subversion action, see svn_wc_notify_action_tkind - node kind of path after action occurredmimeType - mime type of path after action occurredcontentState - state of content after action occurredpropState - state of properties after action occurredrevision - revision number after action occurredCopyright © 2025. All rights reserved.