|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.mindfusion.diagramming.ItemEvent
public class ItemEvent
Contains information passed to the events
defined in DiagramListener
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ItemEvent(java.lang.Object source,
DiagramItem item)
Initializes a new ItemEvent instance. |
Method Summary | |
---|---|
DiagramItem |
getItem()
Gets a reference to the item related to the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItemEvent(java.lang.Object source, DiagramItem item)
source
- The sender of this event.item
- The DiagramItem
related to the event.Method Detail |
---|
public DiagramItem getItem()
DiagramItem
-derived object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |