-
public interface OnSuccessfulBreadcrumbAddEventListener
Interface definition for a callback to be invoked after successfully storing a new breadcrumb.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccessfulAdd(long breadcrumbId)
Event which will be executed after successfully storing a new breadcrumb. -
-
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.
-
-
-
-