Interface FolderOpenedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier 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
- 
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 returnfalseto cancel the open.- Parameters:
 event- the event
 
 -