Class StreamingEvent


  • public class StreamingEvent
    extends Object
    • Constructor Detail

      • StreamingEvent

        public StreamingEvent​(int _type,
                              long _data,
                              long _timestamp)
    • Method Detail

      • get_type

        public int get_type()
      • set_type

        public void set_type​(int _type)
      • get_data

        public long get_data()
      • set_data

        public void set_data​(long _data)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)