Class BreadcrumbPathEvent
java.lang.Object
org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent
Event on the breadcrumb bar path.
-
Constructor Summary
ConstructorsConstructorDescriptionBreadcrumbPathEvent(Object src, int indexOfFirstChange) Creates a new breadcrumb bar path event. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the index of the first path item that has changed.Returns the source ofthisevent.
-
Constructor Details
-
BreadcrumbPathEvent
Creates a new breadcrumb bar path event.- Parameters:
src- Event source.indexOfFirstChange- The index of the first path item that has changed.
-
-
Method Details
-
getIndexOfFirstChange
public int getIndexOfFirstChange()Returns the index of the first path item that has changed.- Returns:
- The index of the first path item that has changed.
-
getSource
Returns the source ofthisevent.- Returns:
- The source of
thisevent.
-