Constructor and Description |
---|
AbstractActivity() |
Modifier and Type | Method and Description |
---|---|
String |
mayStop()
Called when the user is trying to navigate away from this activity.
|
void |
onCancel()
Called when
Activity.start(com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.event.shared.EventBus) has not yet replied to its callback, but the
user has lost interest. |
void |
onStop()
Called when the Activity's widget has been removed from view.
|
public String mayStop()
Activity
public void onCancel()
Activity
Activity.start(com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.event.shared.EventBus)
has not yet replied to its callback, but the
user has lost interest.Copyright © 2018. All rights reserved.