org.pushingpixels.flamingo.api.bcb
public class BreadcrumbPathEvent extends Object
Constructor and Description |
---|
BreadcrumbPathEvent(Object src,
int indexOfFirstChange)
Creates a new breadcrumb bar path event.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndexOfFirstChange()
Returns the index of the first path item that has changed.
|
Object |
getSource()
Returns the source of
this event. |
public BreadcrumbPathEvent(Object src, int indexOfFirstChange)
src
- Event source.indexOfFirstChange
- The index of the first path item that has changed.public int getIndexOfFirstChange()
public Object getSource()
this
event.this
event.