Class Key_Dot_RAN

  • All Implemented Interfaces:
    net.sourceforge.uiq3.calculator.IClear, net.sourceforge.uiq3.calculator.IOperation, net.sourceforge.uiq3.calculator.IOwned_Operation

    final class Key_Dot_RAN
    extends Keyboard
    The Inv key was clicked
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Field Detail

      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

    • Constructor Detail

      • Key_Dot_RAN

        Key_Dot_RAN​(Calculator Owner)
        Create Key and attach to owner calculator.
        Parameters:
        Owner - Calculator owning the key
    • Method Detail

      • Execute

        public void Execute​(short Key_Code)
                     throws M_Error
        Throws:
        M_Error - Calculator memory exhausted
        See Also:
        IOperation.Execute(short)