net.groboclown.gui.paintpipe.v1
Interface PaintEvent

All Known Implementing Classes:
FlushPaintingEvent, ImageDoneEvent, ZDepthDoneEvent

public interface PaintEvent

All paint events should inherit from this. Note that in most cases, the PaintEvents are not created for each class recieving the event. Indeed, often they are reused by the calling class to conserve memory and reduce the GC overhead. So try not to modify another class' PaintEvent instance.

Version:
1.0
Author:
Matt Albrecht

Method Summary
 int getFrameNumber()
          Retrieves the current frame number for the event.
 

Method Detail

getFrameNumber

public int getFrameNumber()
Retrieves the current frame number for the event.


Written under the LGPL