public class ActivityStack.Activity extends java.lang.Object implements IActivityContext.IActivity
| 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)
append in interface IActivityContext.IActivitytext - Text to appendpublic void append(java.lang.String textFormat,
java.lang.Object... args)
append in interface IActivityContext.IActivitytextFormat - Format for text to appendargs - Format argspublic void end()
end in interface IActivityContext.IActivitypublic void next(java.lang.String description)
next in interface IActivityContext.IActivitydescription - New activity descriptionpublic void next(java.lang.String descriptionFormat,
java.lang.Object... args)
next in interface IActivityContext.IActivitydescriptionFormat - New activity description formatargs - New activity description args