Package 

Interface StateObserver

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onStateChange(StateEvent event) This is called whenever the notifier's state is altered, so that observers can react appropriately.
      • Methods inherited from class java.lang.Object

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

      • onStateChange

         abstract Unit onStateChange(StateEvent event)

        This is called whenever the notifier's state is altered, so that observers can react appropriately. This is intended for internal use only.