Package 

Interface OnSuccessfulBreadcrumbAddEventListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccessfulAdd(long breadcrumbId) Event which will be executed after successfully storing a new breadcrumb.
      • Methods inherited from class java.lang.Object

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

      • onSuccessfulAdd

         abstract void onSuccessfulAdd(long breadcrumbId)

        Event which will be executed after successfully storing a new breadcrumb.

        Parameters:
        breadcrumbId - the new breadcrumb id.