Package jsl.observers

Interface ObserverIfc

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update​(java.lang.Object theObserved, java.lang.Object arg)
      This method is called when the observable needs observing
    • Method Detail

      • update

        void update​(java.lang.Object theObserved,
                    java.lang.Object arg)
        This method is called when the observable needs observing
        Parameters:
        theObserved - the thing observed
        arg - an object of info