Class UpdateSignaller

    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateSignaller()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(org.deckfour.uitopia.api.event.UpdateListener listener)  
      java.util.Collection<org.deckfour.uitopia.api.event.UpdateListener> getListeners()  
      void removeAllListeners()  
      void removeListener​(org.deckfour.uitopia.api.event.UpdateListener listener)  
      protected void signalUpdate()  
      • Methods inherited from class java.lang.Object

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

      • UpdateSignaller

        public UpdateSignaller()
    • Method Detail

      • addListener

        public void addListener​(org.deckfour.uitopia.api.event.UpdateListener listener)
      • getListeners

        public java.util.Collection<org.deckfour.uitopia.api.event.UpdateListener> getListeners()
      • removeAllListeners

        public void removeAllListeners()
      • removeListener

        public void removeListener​(org.deckfour.uitopia.api.event.UpdateListener listener)
      • signalUpdate

        protected void signalUpdate()