Class StreamingEvent


  • public class StreamingEvent
    extends Object
    • Constructor Detail

      • StreamingEvent

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

      • getType

        public int getType()
      • setType

        public void setType​(int _type)
      • getData

        public long getData()
      • setData

        public void setData​(long _data)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)