Schnittstelle PadMode


public interface PadMode
  • Feldübersicht Linksymbol

    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 Linksymbol

    • NONE Linksymbol

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

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

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