Class BreadcrumbPathEvent<T>
- java.lang.Object
-
- org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent<T>
-
public class BreadcrumbPathEvent<T> extends java.lang.ObjectEvent on the breadcrumb bar path.
-
-
Constructor Summary
Constructors Constructor Description BreadcrumbPathEvent(BreadcrumbBarModel<T> src, int indexOfFirstChange)Creates a new breadcrumb bar path event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndexOfFirstChange()Returns the index of the first path item that has changed.BreadcrumbBarModel<T>getSource()Returns the source model ofthisevent.
-
-
-
Constructor Detail
-
BreadcrumbPathEvent
public BreadcrumbPathEvent(BreadcrumbBarModel<T> src, int indexOfFirstChange)
Creates a new breadcrumb bar path event.- Parameters:
src- Event source.indexOfFirstChange- The index of the first path item that has changed.
-
-
Method Detail
-
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
public BreadcrumbBarModel<T> getSource()
Returns the source model ofthisevent.- Returns:
- The source model of
thisevent.
-
-