com.sybase.uep.bobclient.actions
Class BackAction

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

public class BackAction
extends Action

Action to pop the current screen. Since BackAction doesn't have status info, we implement it as singleton.

Author:
haowang

Method Summary
static BackAction getInstance()
          Gets a BackAction instance
 void run()
           
 
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
 

Method Detail

getInstance

public static BackAction getInstance()
Gets a BackAction instance

Returns:

run

public void run()