public class UserDataNotification extends Object
Constructor and Description |
---|
UserDataNotification(short operation,
String key,
Object data,
Node src,
Node dst)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Gets value of data parameter
|
Node |
getDst()
Gets value of dst parameter
|
String |
getKey()
Gets value of key parameter
|
short |
getOperation()
Get value of operation parameter
|
Node |
getSrc()
Gets value of src parameter
|
public final short getOperation()
public final String getKey()
public final Object getData()
public final Node getSrc()
public final Node getDst()