public class EditState extends UIThreadSet<android.app.Activity>
add(Activity)
and remove(Activity)
构造器和说明 |
---|
EditState() |
限定符和类型 | 方法和说明 |
---|---|
void |
add(android.app.Activity newOne)
Should be called whenever a new Activity appears in the application.
|
void |
remove(android.app.Activity oldOne)
Should be called whenever an activity leaves the application, or is otherwise no longer relevant to our edits.
|
getAll, isEmpty
public void add(android.app.Activity newOne)
add
在类中 UIThreadSet<android.app.Activity>
public void remove(android.app.Activity oldOne)
remove
在类中 UIThreadSet<android.app.Activity>