gishur.gui2.event
Interface DirtyListener

All Superinterfaces:
java.util.EventListener

public interface DirtyListener
extends java.util.EventListener

The listener interface for receiving make-dirty events of DisplayObjects.

Version:
1.0
Author:
Thomas Wolf

Method Summary
 void onMakeDirty(DrawEvent e)
          Invoked when a DisplayObject became dirty.
 

Method Detail

onMakeDirty

public void onMakeDirty(DrawEvent e)
Invoked when a DisplayObject became dirty.
Parameters:
e - the DrawEvent