Schnittstelle PadMode


public interface PadMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Pad will not handle dataflow
    static final int
    Pad handles dataflow in upstream pull mode
    static final int
    Pad handles dataflow in downstream push mode
  • Felddetails

    • NONE

      static final int NONE
      Pad will not handle dataflow
      Siehe auch:
    • PUSH

      static final int PUSH
      Pad handles dataflow in downstream push mode
      Siehe auch:
    • PULL

      static final int PULL
      Pad handles dataflow in upstream pull mode
      Siehe auch: