Package net.sourceforge.uiq3.calculator
Interface IProgrammable_Operation
-
- All Superinterfaces:
IClear,IOperation
- All Known Subinterfaces:
IOp_Alpha
public interface IProgrammable_Operation extends IOperation, IClear
A Programmable Operation need to be displayed on program mode.- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short @NotNull []Display(short Opcode)Display command for program mode.-
Methods inherited from interface net.sourceforge.uiq3.calculator.IOperation
Execute
-
-