|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.mindfusion.diagramming.DiagramPageEvent
public class DiagramPageEvent
Contains the arguments passed to DiagramPage
-related events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DiagramPageEvent(java.lang.Object source,
DiagramPage diagramPage)
Initializes a new instance of the DiagramPageEvent class. |
Method Summary | |
---|---|
DiagramPage |
getDiagramPage()
Gets the DiagramPage 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 DiagramPageEvent(java.lang.Object source, DiagramPage diagramPage)
DiagramPageEvent
class.
source
- The object on which the event initially occurred.diagramPage
- The DiagramPage
related to the event.Method Detail |
---|
public DiagramPage getDiagramPage()
DiagramPage
related to the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |