Class SimpleCommand

java.lang.Object
com.levigo.jadice.web.client.commands.SimpleCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
JadiceDocumentViewer.OpenSubmenuCommand, ShowKeyBindingCommand

public abstract class SimpleCommand extends Object implements Command
Command that is always not Selected and executable. This can be used to simplify Buttons
  • Constructor Details

    • SimpleCommand

      public SimpleCommand()