Interface IBreadCrumbModelListener

All Superinterfaces:
EventListener, org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
BreadCrumbBar.BreadCrumbsListView

public interface IBreadCrumbModelListener extends EventListener, org.apache.wicket.util.io.IClusterable
Bread crumb model listeners get notified by bread crumb models of activation, addition and removal events.
Author:
Eelco Hillenius
  • Method Details