org.pushingpixels.flamingo.api.bcb
Class BreadcrumbPathEvent

java.lang.Object
  extended by org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent

public class BreadcrumbPathEvent
extends java.lang.Object

Event on the breadcrumb bar path.


Constructor Summary
BreadcrumbPathEvent(java.lang.Object src, int indexOfFirstChange)
          Creates a new breadcrumb bar path event.
 
Method Summary
 int getIndexOfFirstChange()
          Returns the index of the first path item that has changed.
 java.lang.Object getSource()
          Returns the source of this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreadcrumbPathEvent

public BreadcrumbPathEvent(java.lang.Object 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 java.lang.Object getSource()
Returns the source of this event.

Returns:
The source of this event.