Class AboutCommand

  • All Implemented Interfaces:
    org.uberfire.mvp.Command

    @ApplicationScoped
    public class AboutCommand
    extends Object
    implements org.uberfire.mvp.Command
    • Constructor Detail

      • AboutCommand

        public AboutCommand()
      • AboutCommand

        @Inject
        public AboutCommand​(AboutPopup popup)
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface org.uberfire.mvp.Command