Class Listeners<T>


  • public final class Listeners<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Listeners()  
    • Method Summary

      Modifier and Type Method Description
      Handle add​(T entry)  
      void forEach​(java.util.function.Consumer<T> action)  
      • Methods inherited from class java.lang.Object

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

      • Listeners

        public Listeners()
    • Method Detail

      • add

        public Handle add​(T entry)
      • forEach

        public void forEach​(java.util.function.Consumer<T> action)