public class VFSPathSelected extends EBMessage
Constructor | Description |
---|---|
VFSPathSelected(View source,
java.lang.String path,
boolean isDirectory) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getPath() |
|
View |
getView() |
|
boolean |
isDirectory() |
getSource, paramString, toString
public VFSPathSelected(View source, java.lang.String path, boolean isDirectory)
source
- the View that is considered the "source" of this eventisDirectory
- true if the path is pointing to a folder, false if it's a regular filepath
- The selected path.public View getView()
public java.lang.String getPath()
public boolean isDirectory()