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