Interface DerbyObserver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update​(DerbyObservable observable, java.lang.Object extraInfo)
      This is the callback method which is invoked when a change happens to the object which is being observed.
    • Method Detail

      • update

        void update​(DerbyObservable observable,
                    java.lang.Object extraInfo)
        This is the callback method which is invoked when a change happens to the object which is being observed.
        Parameters:
        observable - The object which is being observed
        extraInfo - Extra information being passed to the callback