gishur.gui2.event
Interface RecalcListener

All Superinterfaces:
java.util.EventListener

public interface RecalcListener
extends java.util.EventListener

The listener interface for receiving recalculation events of DisplayObjects.

Version:
1.0
Author:
Thomas Wolf

Method Summary
 void onRecalculate(DrawEvent e)
          Invoked when a DisplayObject has recalculated itself.
 

Method Detail

onRecalculate

public void onRecalculate(DrawEvent e)
Invoked when a DisplayObject has recalculated itself.
Parameters:
e - the DrawEvent