| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.Action
com.bmc.arsys.api.WaitAction
public class WaitAction
The WaitInfo class represents the Wait active link action
 that causes the current guide to wait for user input.
 The Wait action suspends a guide in Remedy User so that the user has an
 opportunity to interact with a field. After the user has made a response, the user
 can continue the guide by pressing Tab or by clicking the appropriate button. The
 user can also terminate the guide during a Wait action.
| Constructor Summary | |
|---|---|
WaitAction()
constructor  | 
|
WaitAction(String continueButtonTitle)
 | 
|
| Method Summary | |
|---|---|
 Object | 
clone()
Clone implementation that returns an Object with data cloned from self.  | 
 boolean | 
equals(Object obj)
Use this method for checking equality.  | 
 String | 
getContinueButtonTitle()
Returns the text you want to appear on the Continue button in the prompt bar.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setContinueButtonTitle(String continueButtonTitle)
Sets the text you want to appear on the Continue button in the prompt bar.  | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class com.bmc.arsys.api.Action | 
|---|
equals, getActionType | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public WaitAction()
public WaitAction(String continueButtonTitle)
| Method Detail | 
|---|
public String getContinueButtonTitle()
public void setContinueButtonTitle(String continueButtonTitle)
public Object clone()
             throws CloneNotSupportedException
clone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class Actionobj - the object that we are comparing to
public int hashCode()
hashCode in class Actionpublic String toString()
Action
toString in class Action
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||