public class BreadcrumbPathEvent extends Object
| Constructor | Description |
|---|---|
BreadcrumbPathEvent(Object src,
int indexOfFirstChange) |
Creates a new breadcrumb bar path event.
|
| Modifier and Type | Method | 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.