NOS.gui
Class NOSLogin

java.lang.Object
  extended by NOS.gui.NOSLogin

public class NOSLogin
extends java.lang.Object


Constructor Summary
NOSLogin(NOSApplet applet)
          Creates a new NOSLogin object.
 
Method Summary
 void stopSystem()
          Called when the applet is destroyed in order to stop the current NOSSystem instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOSLogin

public NOSLogin(NOSApplet applet)
Creates a new NOSLogin object.

Parameters:
applet - The NOSApplet upon which this login page should be displayed.
Method Detail

stopSystem

public void stopSystem()
Called when the applet is destroyed in order to stop the current NOSSystem instance.