I - item typepublic static class SelectList.DoubleClickEvent<I>
extends java.util.EventObject
| Constructor and Description |
|---|
DoubleClickEvent(SelectList source,
I item) |
| Modifier and Type | Method and Description |
|---|---|
I |
getItem() |
SelectList |
getSource() |
protected I item
public DoubleClickEvent(SelectList source, I item)
public SelectList getSource()
getSource in class java.util.EventObjectpublic I getItem()