T - the type of values managed by the AbstractListPanel which
produces this eventpublic class ListPanelItemEvent<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_TYPE_ADDED |
static int |
EVENT_TYPE_CHANGED |
static int |
EVENT_TYPE_REMOVED |
| Constructor and Description |
|---|
ListPanelItemEvent(int eventType,
int index,
List<T> item) |
public static final int EVENT_TYPE_ADDED
public static final int EVENT_TYPE_REMOVED
public static final int EVENT_TYPE_CHANGED
Copyright © 2018. All rights reserved.