Interface FolderOpenedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFolderOpened
(FolderOpenedEvent event) This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or viaopenFolder()
.
-
Method Details
-
onFolderOpened
This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or viaopenFolder()
. You can returnfalse
to cancel the open.- Parameters:
event
- the event
-