M - the type of menuT - the type of itempublic interface RecentItemListener<M,T>
AbstractRecentItemsHandler.AbstractRecentItemsHandler| Modifier and Type | Method and Description |
|---|---|
void |
recentItemAdded(RecentItemEvent<M,T> e)
Gets called in case a recent item got added.
|
void |
recentItemSelected(RecentItemEvent<M,T> e)
Gets called in case a recent item got selected.
|
void recentItemAdded(RecentItemEvent<M,T> e)
e - the eventvoid recentItemSelected(RecentItemEvent<M,T> e)
e - the eventCopyright © 2017. All Rights Reserved.