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 Detail

      • onCommandActivated

        void onCommandActivated​(BaseCommand command)
        Invoked when a command in this gallery model is activated.
        Parameters:
        command - Command that has been activated.