Packageedu.stanford.covertlab.window
Classpublic class LogoffWindow
InheritanceLogoffWindow Inheritance mx.containers.TitleWindow

PopUp window which prompts user whether or not they wish to logoff. If user selects cancel, the window closes and nothing happens. If the user selects logoff the logoff method of the user manager is called.

See also

edu.stanford.covertlab.manager.UserManager


Public Methods
 MethodDefined by
  
LogoffWindow(application:Application, userManager:UserManager)
LogoffWindow
  
open():void
LogoffWindow
Constructor detail
LogoffWindow()constructor
public function LogoffWindow(application:Application, userManager:UserManager)Parameters
application:Application
 
userManager:UserManager
Method detail
open()method
public function open():void