Class BaseEvent

    • Field Detail

      • log

        protected org.slf4j.Logger log
      • sourceType

        protected byte sourceType
        Source type
      • object

        protected Object object
        Event target object
      • timestamp

        protected int timestamp
        Event timestamp
      • header

        protected Header header
        Event RTMP packet header
      • refcount

        protected AtomicInteger refcount
        Event references count
    • Constructor Detail

      • BaseEvent

        public BaseEvent()
      • BaseEvent

        public BaseEvent​(IEvent.Type type)
        Create new event of given type
        Parameters:
        type - Event type
      • BaseEvent

        public BaseEvent​(IEvent.Type type,
                         IEventListener source)
        Create new event of given type
        Parameters:
        type - Event type
        source - Event source