Package com.google.gwt.activity.shared
Class AbstractActivity
- java.lang.Object
-
- com.google.gwt.activity.shared.AbstractActivity
-
-
Constructor Summary
Constructors Constructor Description AbstractActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
mayStop()
Called when the user is trying to navigate away from this activity.void
onCancel()
Called whenActivity.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.
-
-
-
Method Detail
-
mayStop
public java.lang.String mayStop()
Description copied from interface:Activity
Called when the user is trying to navigate away from this activity.
-
onCancel
public void onCancel()
Description copied from interface:Activity
Called whenActivity.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.
-
-