Package 

Class AsyncEventEmitter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<EventHandlerType> getEventHandlers()
      Unit fireEvent(Function1<EventHandlerType, Unit> event) Fire an event (it may be fired synchronously or asynchronously depending on the implementation).
      • Methods inherited from class org.jitsi.utils.event.AsyncEventEmitter

        addHandler, removeHandler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait