Package org.eclipse.draw2d
Interface IImageFigure.ImageChangedListener
- Enclosing interface:
- IImageFigure
public static interface IImageFigure.ImageChangedListener
Listener to the image figure to track changes to the containede SWT Image
- Since:
- 3.6
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotifies about a change to SWT Image contained by theIIMageFigure
- 
Method Details- 
imageChangedvoid imageChanged()Notifies about a change to SWT Image contained by theIIMageFigure- Since:
- 3.6
 
 
-