com.sybase.uep.bobclient.actions
Class RefreshAction

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

public class RefreshAction
extends Action

This is the Refresh Action class.

This will refresh the current screen or supplied screen

Author:
tdang
See Also:
Action

Constructor Summary
RefreshAction()
          Constructor to create a resfresh action
RefreshAction(IBOBScreen screen)
          Constructor to create a resfresh 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

RefreshAction

public RefreshAction()
Constructor to create a resfresh action


RefreshAction

public RefreshAction(IBOBScreen screen)
Constructor to create a resfresh action

Parameters:
screen - IBOBScreen screen object to refresh
Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()