com.sybase.uep.bobclient.actions
Class CloseScreenAction

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

public class CloseScreenAction
extends Action

This is the close screen action class

This will pop off the current screen in focus

Author:
tdang
See Also:
Action

Constructor Summary
CloseScreenAction()
          Constructor to create a close screen action
CloseScreenAction(net.rim.device.api.ui.Screen screen)
          Constructor to create a close screen action given a screen
 
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

CloseScreenAction

public CloseScreenAction()
Constructor to create a close screen action


CloseScreenAction

public CloseScreenAction(net.rim.device.api.ui.Screen screen)
Constructor to create a close screen action given a screen

Parameters:
screen - Screen to close
Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()