|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphRendererListener
Listener to events which are sent when graphic objects are added or updated in a Graph View.
| Method Summary | |
|---|---|
void |
containerAdded(GraphRendererEvent event)
Invoked when a container representation is added to the view. |
void |
containerUpdated(GraphRendererEvent event)
Invoked when a container representation is updated in the view. |
void |
graphicAdded(GraphRendererEvent event)
Invoked when a graphic representation is added to the view. |
void |
graphicUpdated(GraphRendererEvent event)
Invoked when a graphic representation is updated in the view. |
| Method Detail |
|---|
void containerAdded(GraphRendererEvent event)
event - An event of type GraphRendererEvent.void containerUpdated(GraphRendererEvent event)
event - An event of type GraphRendererEvent.void graphicAdded(GraphRendererEvent event)
event - An event of type GraphRendererEvent.void graphicUpdated(GraphRendererEvent event)
event - An event of type GraphRendererEvent.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||