Package 

Interface EventListenable


  • 
    public interface EventListenable<T extends Object>
    
                        

    An interface declaring that this object emits events that can be collected.

    • Method Summary

      Modifier and Type Method Description
      abstract SharedFlow<T> getEvents()
      • Methods inherited from class java.lang.Object

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