public interface UserDataHandler
Modifier and Type | Field and Description |
---|---|
static short |
NODE_ADOPTED |
static short |
NODE_CLONED |
static short |
NODE_DELETED |
static short |
NODE_IMPORTED |
static short |
NODE_RENAMED |
Modifier and Type | Method and Description |
---|---|
void |
handle(short operation,
String key,
Object data,
Node src,
Node dst) |
static final short NODE_CLONED
static final short NODE_IMPORTED
static final short NODE_DELETED
static final short NODE_RENAMED
static final short NODE_ADOPTED
Copyright © 2001–2015 Codehaus. All rights reserved.