Schnittstelle EventTypeFlags


public interface EventTypeFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Set if the event can travel downstream.
    static final int
    Set if the event should be serialized with data
    flow.
    static final int
    Set if the event is sticky on the pads.
    static final int
    Multiple sticky events can be on a pad, each
    identified by the event name.
    static final int
    Set if the event can travel upstream.
  • Felddetails

    • UPSTREAM

      static final int UPSTREAM
      Set if the event can travel upstream.
      Siehe auch:
    • DOWNSTREAM

      static final int DOWNSTREAM
      Set if the event can travel downstream.
      Siehe auch:
    • SERIALIZED

      static final int SERIALIZED
      Set if the event should be serialized with data
      flow.
      Siehe auch:
    • STICKY

      static final int STICKY
      Set if the event is sticky on the pads.
      Siehe auch:
    • STICKY_MULTI

      static final int STICKY_MULTI
      Multiple sticky events can be on a pad, each
      identified by the event name.
      Siehe auch: