|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateDiagramSubscriber
Callback interface for listeners for changes in TemplateDiagrams.
Such listeners need to register with the TemplateDiagrams they'd like
to monitor.
| Method Summary | |
|---|---|
void |
templateDiagramChanged(TemplateDiagramMessage message)
Called when there has been a change to the structure of the TemplateDiagram to which this listener subscribes. |
void |
templateDiagramSelectionChanged(TemplateDiagramMessage message)
Called when there has been a change to the collection of selected DiagramElements in the TemplateDiagram to which this
listener subscribes. |
| Method Detail |
|---|
void templateDiagramChanged(TemplateDiagramMessage message)
TemplateDiagram to which this listener subscribes.
message - the description of the changevoid templateDiagramSelectionChanged(TemplateDiagramMessage message)
DiagramElements in the TemplateDiagram to which this
listener subscribes.
message - the description of the new collection of selected
DiagramElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||