Package org.swtpra1

Class ObserverMain


  • public class ObserverMain
    extends java.lang.Object
    Instantiates the Observer class and starts the GUI part of the application. Makes this object available globally.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObserverMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Observer getObserver()  
      static void main​(java.lang.String[] args)
      Loads the required certificate and then starts up the application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObserverMain

        public ObserverMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Loads the required certificate and then starts up the application.
        Parameters:
        args - commandline flags (currently unused)
      • getObserver

        public static Observer getObserver()