|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.event.WindowAdapter
uk.ac.ed.inf.sdp2012.group7.simulator.SimulatorFeed
public class SimulatorFeed
| Field Summary | |
|---|---|
boolean |
paused
|
| Constructor Summary | |
|---|---|
SimulatorFeed()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
windowClosing(java.awt.event.WindowEvent e)
Catches the window closing event, so that we can free up resources before exiting. |
static void |
writeImage(java.awt.image.BufferedImage image,
java.lang.String fn)
|
| Methods inherited from class java.awt.event.WindowAdapter |
|---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean paused
| Constructor Detail |
|---|
public SimulatorFeed()
| Method Detail |
|---|
public static void writeImage(java.awt.image.BufferedImage image,
java.lang.String fn)
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerwindowClosing in class java.awt.event.WindowAdaptere - The window closing event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||