public class GCViewerGuiController extends WindowAdapter
created on: 11.02.2014
| Constructor and Description |
|---|
GCViewerGuiController() |
| Modifier and Type | Method and Description |
|---|---|
void |
startGui(GCResource gcResource)
Start graphical user interface and load a log file (resourceName - if not
null). |
void |
windowClosing(WindowEvent e) |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedpublic void startGui(GCResource gcResource) throws InvocationTargetException, InterruptedException
null).gcResource - GCResource to be loaded at startup or nullInvocationTargetException - Some problem trying to start the guiInterruptedException - Some problem trying to start the guipublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerwindowClosing in class WindowAdapterWindowAdapter.windowClosing(java.awt.event.WindowEvent)Copyright © 2019. All rights reserved.