Interface RibbonGalleryContentModel.GalleryCommandAction
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- RibbonGalleryContentModel
public static interface RibbonGalleryContentModel.GalleryCommandAction extends java.util.EventListener
Listener for tracking command activation events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCommandActivated(BaseCommand command)
Invoked when a command in this gallery model is activated.
-
-
-
Method Detail
-
onCommandActivated
void onCommandActivated(BaseCommand command)
Invoked when a command in this gallery model is activated.- Parameters:
command
- Command that has been activated.
-
-