Schnittstelle OnceStatus


public interface OnceStatus
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the function has not been called yet.
    static final int
    the function call is currently in progress.
    static final int
    the function has been called.
  • Felddetails

    • NOTCALLED

      static final int NOTCALLED
      the function has not been called yet.
      Siehe auch:
    • PROGRESS

      static final int PROGRESS
      the function call is currently in progress.
      Siehe auch:
    • READY

      static final int READY
      the function has been called.
      Siehe auch: