net.groboclown.gui.paintpipe.v1
Class KillPaintingEvent
java.lang.Object
|
+--net.groboclown.gui.paintpipe.v1.KillPaintingEvent
- public class KillPaintingEvent
- extends Object
Announces that all drawing has been canceled. Threads should wrap
themselves up, then kill themselves. All allocated memory should be
nulled out to help any GC process.
- Version:
- 1.0
- Author:
- Matt Albrecht
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
KillPaintingEvent
public KillPaintingEvent()
Written under the LGPL