Class UIMessageImpl

java.lang.Object
com.biglybt.pifimpl.local.ui.AbstractUIMessage
com.biglybt.ui.swt.pifimpl.UIMessageImpl
All Implemented Interfaces:
UIMessage

public class UIMessageImpl extends AbstractUIMessage
  • Constructor Details

    • UIMessageImpl

      public UIMessageImpl()
  • Method Details

    • 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()