public class ActivityStack.Activity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
Description of this activity
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String text)
Append text to the activity description
|
void |
append(java.lang.String textFormat,
java.lang.Object... args)
Append text to the activity description
|
void |
end()
End this activity and remove it (and any descendants)
|
void |
next(java.lang.String description)
End this activity (and any descendants) and begin the next activity
using the same activity handle
|
void |
next(java.lang.String descriptionFormat,
java.lang.Object... args)
End this activity (and any descendants) and begin the next activity
using the same activity handle
|
public void append(java.lang.String text)
text - Text to appendpublic void append(java.lang.String textFormat,
java.lang.Object... args)
textFormat - Format for text to appendargs - Format argspublic void end()
public void next(java.lang.String description)
description - New activity descriptionpublic void next(java.lang.String descriptionFormat,
java.lang.Object... args)
descriptionFormat - New activity description formatargs - New activity description args