Schnittstelle PollableReturn


public interface PollableReturn
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Generic error condition for when an operation fails.
    static final int
    The operation was successfully finished.
    static final int
    The operation would block.
  • Felddetails

    • FAILED

      static final int FAILED
      Generic error condition for when an operation fails.
      Siehe auch:
    • OK

      static final int OK
      The operation was successfully finished.
      Siehe auch:
    • WOULD_BLOCK

      static final int WOULD_BLOCK
      The operation would block.
      Siehe auch: