public class VFSUpdate extends EBMessage
Constructor | Description |
---|---|
VFSUpdate(java.lang.String path) |
Creates a VFS update message.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getPath() |
Returns the path that changed.
|
java.lang.String |
paramString() |
Returns a string representation of this message's parameters.
|
public VFSUpdate(java.lang.String path)
path
- The path in questionpublic java.lang.String getPath()
public java.lang.String paramString()
EBMessage
paramString
in class EBMessage