java.lang.Object
org.jpo.eventbus.ChooseAndAddCollectionHandler
Facilitates adding a collection to the current one
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleEvent(ChooseAndAddCollectionRequest request) When the app sees a ChooseAndAddCollectionRequest it will open a chooser dialog and will add the collection to the supplied node
- 
Constructor Details- 
ChooseAndAddCollectionHandlerpublic ChooseAndAddCollectionHandler()
 
- 
- 
Method Details- 
handleEventWhen the app sees a ChooseAndAddCollectionRequest it will open a chooser dialog and will add the collection to the supplied node- Parameters:
- request- the request
 
 
-