Interface RibbonGalleryContentModel.GalleryCommandAction

All Superinterfaces:
EventListener
Enclosing class:
RibbonGalleryContentModel

public static interface RibbonGalleryContentModel.GalleryCommandAction extends EventListener
Listener for tracking command activation events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a command in this gallery model is activated.
  • Method Details

    • onCommandActivated

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