com.sybase.uep.bobclient.actions
Class EnableScreenSaverAction

java.lang.Object
  extended by com.sybase.uep.bobclient.actions.Action
      extended by com.sybase.uep.bobclient.actions.EnableScreenSaverAction
All Implemented Interfaces:
IBOBAction, java.lang.Runnable

public class EnableScreenSaverAction
extends Action

This is the enable screen saver action class

This will turn on the screen saver

Author:
tdang
See Also:
Action

Constructor Summary
EnableScreenSaverAction(IBOBAction configAction)
          Constructor to create a enable screen saver action
 
Method Summary
 void run()
          (non-Javadoc)
 
Methods inherited from class com.sybase.uep.bobclient.actions.Action
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableScreenSaverAction

public EnableScreenSaverAction(IBOBAction configAction)
Constructor to create a enable screen saver action

Parameters:
configAction - IBOBAction to run if we need to config screen savor before enabling.
Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()