T - the type of items to handlepublic interface ListPanelItemListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemAdded(ListPanelItemEvent<T> event) |
void |
onItemRemoved(ListPanelItemEvent<T> event) |
void onItemAdded(ListPanelItemEvent<T> event) throws ListPanelItemEventVetoException
ListPanelItemEventVetoExceptionvoid onItemRemoved(ListPanelItemEvent<T> event) throws ListPanelItemEventVetoException
ListPanelItemEventVetoExceptionCopyright © 2018. All rights reserved.