Interface IActivityContext
- All Known Implementing Classes:
ActivityStack
public interface IActivityContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionBegin a new activity (push it onto this activity stack)Begin a new activity (push it onto this activity stack)voidclear()Clear the activity stackConvert this activity stack to a string representation using the specified glue string
-
Method Details
-
toString
Convert this activity stack to a string representation using the specified glue string- Parameters:
glue- glue string- Returns:
- string representation of this activity stack
-
begin
Begin a new activity (push it onto this activity stack)- Parameters:
descriptionFormat- Activity description formatargs- format args- Returns:
- new activity handle
-
begin
Begin a new activity (push it onto this activity stack)- Parameters:
description- Activity description- Returns:
- new activity handle
-
clear
void clear()Clear the activity stack
-