com.remedy.arsys.api
Class WaitInfo
java.lang.Object
|
+--com.remedy.arsys.api.WaitInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class WaitInfo
- extends java.lang.Object
- implements java.lang.Cloneable
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 AR System 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 |
WaitInfo()
constructor |
WaitInfo(java.lang.String continueButtonTitle)
|
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getContinueButtonTitle()
Returns the text you want to appear on the
Continue button in the prompt bar. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setContinueButtonTitle(java.lang.String continueButtonTitle)
Sets the text you want to appear on the
Continue button in the prompt bar. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WaitInfo
public WaitInfo()
- constructor
WaitInfo
public WaitInfo(java.lang.String continueButtonTitle)
getContinueButtonTitle
public java.lang.String getContinueButtonTitle()
- Returns the text you want to appear on the
Continue button in the prompt bar.
setContinueButtonTitle
public void setContinueButtonTitle(java.lang.String continueButtonTitle)
- Sets the text you want to appear on the
Continue button in the prompt bar.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone in class java.lang.Object
equals
public boolean equals(java.lang.Object anObject)
- Use this method for checking equality. The result is true if and only
if the argument is not null, is of same type and represents the same
content.
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- This method can be used to populate a hash table.
Implicitly used method to test equality of objects.
- Overrides:
hashCode in class java.lang.Object