Package 

Class EventUtil

    • Method Summary

      Modifier and Type Method Description
      static void emit(EventEmitter eventEmitter, String eventType, Video video) Utility for emitting an Event with a Video property.
      static void emit(EventEmitter eventEmitter, String eventType, Video video, Source source) Utility for emitting an Event with a Video and a Source property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • emit

         static void emit(EventEmitter eventEmitter, String eventType, Video video)

        Utility for emitting an Event with a Video property.

      • emit

         static void emit(EventEmitter eventEmitter, String eventType, Video video, Source source)

        Utility for emitting an Event with a Video and a Source property.