ilog.cpl.graph
Interface GraphRendererListener

All Superinterfaces:
EventListener

public interface GraphRendererListener
extends EventListener

Listener to events which are sent when graphic objects are added or updated in a Graph View.

Since:
JViews 7.5

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

containerAdded

void containerAdded(GraphRendererEvent event)
Invoked when a container representation is added to the view.

Parameters:
event - An event of type GraphRendererEvent.

containerUpdated

void containerUpdated(GraphRendererEvent event)
Invoked when a container representation is updated in the view.

Parameters:
event - An event of type GraphRendererEvent.

graphicAdded

void graphicAdded(GraphRendererEvent event)
Invoked when a graphic representation is added to the view.

Parameters:
event - An event of type GraphRendererEvent.

graphicUpdated

void graphicUpdated(GraphRendererEvent event)
Invoked when a graphic representation is updated in the view.

Parameters:
event - An event of type GraphRendererEvent.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.