Interface FolderOpenedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonFolderOpened(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- 
onFolderOpenedThis method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or viaopenFolder(). You can returnfalseto cancel the open.- Parameters:
- event- the event
 
 
-