public class ItemEvent
extends java.util.EventObject
Constructor and Description |
---|
ItemEvent(java.lang.Object source,
Item item)
Initializes a new instance of the
ItemEvent class. |
Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Gets the item related to the event.
|