public static interface IActivityContext.IActivity
| 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
|
void next(java.lang.String descriptionFormat,
java.lang.Object... args)
descriptionFormat - New activity description formatargs - New activity description argsvoid next(java.lang.String description)
description - New activity descriptionvoid end()
void append(java.lang.String textFormat,
java.lang.Object... args)
textFormat - Format for text to appendargs - Format argsvoid append(java.lang.String text)
text - Text to append