Class FBObjectListener.NoActionFetcherListener

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void allRowsFetched​(org.firebirdsql.jdbc.FBFetcher fetcher)
      Notify listener that underlying fetcher fetched all rows.
      void fetcherClosed​(org.firebirdsql.jdbc.FBFetcher fetcher)
      Notify listener that underlying fetcher is closed.
      static FBObjectListener.FetcherListener instance()  
      void rowChanged​(org.firebirdsql.jdbc.FBFetcher fetcher, RowValue newRow)
      Notify listener that underlying row was changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait