-
public 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. -
-
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.
-
-
-
-