java.lang.Object
org.jpo.eventbus.ChooseAndAddCollectionHandler
Facilitates adding a collection to the current one
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(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
-
ChooseAndAddCollectionHandler
public ChooseAndAddCollectionHandler()
-
-
Method Details
-
handleEvent
When the app sees a ChooseAndAddCollectionRequest it will open a chooser dialog and will add the collection to the supplied node- Parameters:
request
- the request
-