Interface RibbonGalleryContentModel.GalleryCommandAction
- All Superinterfaces:
EventListener
- Enclosing class:
RibbonGalleryContentModel
Listener for tracking command activation events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCommandActivated
(BaseCommand command) Invoked when a command in this gallery model is activated.
-
Method Details
-
onCommandActivated
Invoked when a command in this gallery model is activated.- Parameters:
command
- Command that has been activated.
-