?? PushEvent.EventType

java.lang.Object
java.lang.Enum<PushEvent.EventType>
org.osgi.util.pushstream.PushEvent.EventType
????????:
Serializable, Comparable<PushEvent.EventType>
???:
PushEvent<T>

public static enum PushEvent.EventType extends Enum<PushEvent.EventType>
The type of a PushEvent.
  • ????????

    • DATA

      public static final PushEvent.EventType DATA
      A data event forming part of the stream
    • ERROR

      public static final PushEvent.EventType ERROR
      An error event that indicates streaming has failed and that no more events will arrive
    • CLOSE

      public static final PushEvent.EventType CLOSE
      An event that indicates that the stream has terminated normally
  • ??????