net.groboclown.gui.paintpipe.v1
Class PaintFinishedEvent

java.lang.Object
  |
  +--net.groboclown.gui.paintpipe.v1.PaintFinishedEvent

public class PaintFinishedEvent
extends Object

Announces that all drawing has completed, and that all painting threads can begin their work on rendering a new image.

Version:
1.0
Author:
Matt Albrecht

Field Summary
 int frameNumber
           
 
Constructor Summary
PaintFinishedEvent()
           
PaintFinishedEvent(int fn)
           
 
Method Summary
 int getFrameNumber()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

frameNumber

public int frameNumber
Constructor Detail

PaintFinishedEvent

public PaintFinishedEvent()

PaintFinishedEvent

public PaintFinishedEvent(int fn)
Method Detail

getFrameNumber

public int getFrameNumber()


Written under the LGPL