com.sybase.uep.bobclient.actions
Class ExitAction

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

public class ExitAction
extends Action

This is the exit action class This will close the client and take user to the desktop ribbon.

Author:
tdang
See Also:
Action

Constructor Summary
ExitAction()
          Constructor to create a exit 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

ExitAction

public ExitAction()
Constructor to create a exit action

Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()