eu.keep.uphec
Class GUI

Object
  extended by ClassLoader
      extended by GUI
All Implemented Interfaces:
CoreObserver

public class GUI
extends ClassLoader
implements CoreObserver

The GUI class contains the main method for starting the application. It also connects to the software and emulator archives

Author:
Antonio Ciuffreda

Constructor Summary
GUI()
           
 
Method Summary
static void main(String[] args)
           
 void update(String message)
           
 
Methods inherited from class ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI

public GUI()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

update

public void update(String message)
Specified by:
update in interface CoreObserver