net.groboclown.gui.paintpipe.v1
Class FlushPaintingEvent

java.lang.Object
  |
  +--net.groboclown.gui.paintpipe.v1.FlushPaintingEvent
All Implemented Interfaces:
PaintEvent

public class FlushPaintingEvent
extends Object
implements PaintEvent

Announce to painters that they need to stop any more image generation, and report that they've finished.

Version:
1.0
Author:
Matt Albrecht

Field Summary
 int frameNum
           
 
Constructor Summary
FlushPaintingEvent()
           
FlushPaintingEvent(int frameNumber)
           
 
Method Summary
 int getFrameNumber()
          Retrieves the current frame number for the event.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

frameNum

public int frameNum
Constructor Detail

FlushPaintingEvent

public FlushPaintingEvent()

FlushPaintingEvent

public FlushPaintingEvent(int frameNumber)
Method Detail

getFrameNumber

public int getFrameNumber()
Description copied from interface: PaintEvent
Retrieves the current frame number for the event.
Specified by:
getFrameNumber in interface PaintEvent


Written under the LGPL