org.PingOO.DLAI.PPM
Class PPM.LoginWindowRestartRunnable

java.lang.Object
  |
  +--org.PingOO.DLAI.PPM.PPM.LoginWindowRestartRunnable

private static class PPM.LoginWindowRestartRunnable
extends java.lang.Object
implements java.lang.Runnable

Defines the runnable object which will allow to restart the login window.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)

Constructor Summary
PPM.LoginWindowRestartRunnable()
          Creates a new runnable object that can restart the login window.
 
Method Summary
 void run()
          Action to execute.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PPM.LoginWindowRestartRunnable

public PPM.LoginWindowRestartRunnable()
Creates a new runnable object that can restart the login window.
Method Detail

run

public void run()
Action to execute.
Required by the Runnable interface.
Specified by:
run in interface java.lang.Runnable