public class VFSPathSelected extends EBMessage
| Constructor and Description | 
|---|
| VFSPathSelected(View source,
               java.lang.String path,
               boolean isDirectory) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getPath() | 
| View | getView() | 
| boolean | isDirectory() | 
getSource, paramString, toStringpublic 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()