Interface Command


  • @JsType
    public interface Command
    A command representing a future activity. This was deliberately created in addition to the existing GWT Command to allow better re-use of menu structures when a WorkbenchPart is embedded within Eclipse.
    • Method Detail

      • execute

        void execute()