fi.cs.helsinki.ohtur6.applicationmanagement
Class ApplicationManager

java.lang.Object
  |
  +--fi.cs.helsinki.ohtur6.applicationmanagement.ApplicationManager
Direct Known Subclasses:
DatabaseApplicationManager

public class ApplicationManager
extends java.lang.Object

Author:
OhtuR6 This class should implement a signal wait reference. Depending of its implementation, it needs or not needs to be thread or runnable or none of the above. The wait signal which allows this class initialization method to continue, is given from GUI component.

Constructor Summary
ApplicationManager()
          Constructor of this class
 
Method Summary
 void deInitalize()
          This method is called by Core-component Core-class when programm is shutdown.
 void initialize()
          Call this method to perform application initialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationManager

public ApplicationManager()
Constructor of this class

Method Detail

initialize

public void initialize()
Call this method to perform application initialization. After performing initialization, this method creates a GUI component, by asking a reference to GUI from the ComponentReference class in Core-component. It Calls GUI.CreateUI()-method to begin intialization of the gui-component After this, it stops to wait a signal from GUI-component, which is sent when GUI.DestroyUI() is called.


deInitalize

public void deInitalize()
This method is called by Core-component Core-class when programm is shutdown.


(c) ohtuR6