public class ListItemEvent<E>
extends java.util.EventObject
BaseListListener.itemAdded(com.mindfusion.common.ListItemEvent<E>)
event.Constructor and Description |
---|
ListItemEvent(java.lang.Object source,
E item)
Initializes a new instance of the
ListItemEvent class. |
Modifier and Type | Method and Description |
---|---|
E |
getItem()
Gets the item related to the event.
|
public ListItemEvent(java.lang.Object source, E item)
ListItemEvent
class.public E getItem()