Class ListenersRunner<L>


  • public class ListenersRunner<L>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenersRunner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(L listener)  
      boolean equals​(java.lang.Object o)  
      void fire​(java.util.function.Consumer<L> runnable)  
      int hashCode()  
      void removeListener​(L listener)  
      • Methods inherited from class java.lang.Object

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

      • ListenersRunner

        public ListenersRunner()
    • Method Detail

      • fire

        public void fire​(java.util.function.Consumer<L> runnable)
      • addListener

        public void addListener​(L listener)
      • removeListener

        public void removeListener​(L listener)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object