Class ListenableEvent


  • public class ListenableEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenableEvent()  
    • Method Summary

      Modifier and Type Method Description
      Handle addListener​(java.lang.Runnable runnable)  
      void fire()  
      boolean isFired()  
      • Methods inherited from class java.lang.Object

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

      • ListenableEvent

        public ListenableEvent()
    • Method Detail

      • addListener

        public Handle addListener​(java.lang.Runnable runnable)
      • fire

        public void fire()
      • isFired

        public boolean isFired()