Class UIMessageImpl

    • Constructor Detail

      • UIMessageImpl

        public UIMessageImpl()
    • Method Detail

      • ask

        public int ask()
        Description copied from interface: UIMessage
        This displays the message to the user. The way that the user acknowledges will be the method result - which will be one of the ANSWER_ constants defined here.
        Specified by:
        ask in interface UIMessage
        Overrides:
        ask in class AbstractUIMessage
      • ask0

        private int ask0()