|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.DiagramBase
public abstract class DiagramBase
The base class of the Diagram
and DiagramDocument
classes.
Constructor Summary | |
---|---|
protected |
DiagramBase()
Initializes a new instance of the DiagramBase class. |
Method Summary | |
---|---|
abstract void |
addDiagramListener(DiagramListener listener)
Registers listener so that it will receive events when
users create, modify or delete diagram items. |
abstract void |
removeDiagramListener(DiagramListener listener)
Unregisters listener so that it will no longer
receive diagram events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DiagramBase()
DiagramBase
class.
Method Detail |
---|
public abstract void addDiagramListener(DiagramListener listener)
listener
so that it will receive events when
users create, modify or delete diagram items.
listener
- An object implementing the DiagramListener
interface.public abstract void removeDiagramListener(DiagramListener listener)
listener
so that it will no longer
receive diagram events.
listener
- An object implementing the DiagramListener
interface.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |