ilog.cpl.graphic
Interface GraphicChangeListener

All Superinterfaces:
EventListener

public interface GraphicChangeListener
extends EventListener

A graphic change event is fired when a graphic instance is modified, for example, when there is a change in the graphic bounds or in the instance's composition.

Since:
JTGO 3.0

Method Summary
 void endChangingGraphic(GraphicChangeEvent ev)
          This method is called when a graphic instance has just been changed, so that its bounds are no longer the same or it has a different composition.
 void startChangingGraphic(GraphicChangeEvent ev)
          This method is called when a graphic instance is about to be changed, so that its bounds are no longer the same or it has a different composition.
 

Method Detail

startChangingGraphic

void startChangingGraphic(GraphicChangeEvent ev)
This method is called when a graphic instance is about to be changed, so that its bounds are no longer the same or it has a different composition.


endChangingGraphic

void endChangingGraphic(GraphicChangeEvent ev)
This method is called when a graphic instance has just been changed, so that its bounds are no longer the same or it has a different composition.



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