com.sybase.uep.bobclient.actions
Class DisableScreenSaverAction

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

public class DisableScreenSaverAction
extends Action

This is the disable screen saver action class

This will turn off the screen saver

Author:
tdang
See Also:
Action

Constructor Summary
DisableScreenSaverAction()
          Constructor to create a disable 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

DisableScreenSaverAction

public DisableScreenSaverAction()
Constructor to create a disable screen saver action

Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()