Interface FolderClosedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonFolderClosed(FolderClosedEvent event) This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or viacloseFolder(). 
- 
Method Details
- 
onFolderClosed
This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or viacloseFolder(). You can returnfalseto cancel the close.- Parameters:
 event- the event
 
 -