public class BreadcrumbPathEvent
extends java.lang.Object
| Constructor | Description |
|---|---|
BreadcrumbPathEvent(java.lang.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.
|
java.lang.Object |
getSource() |
Returns the source of
this event. |
public BreadcrumbPathEvent(java.lang.Object src,
int indexOfFirstChange)
src - Event source.indexOfFirstChange - The index of the first path item that has changed.public int getIndexOfFirstChange()
public java.lang.Object getSource()
this event.this event.