Package com.google.gwt.activity.shared
Class AbstractActivity
java.lang.Object
com.google.gwt.activity.shared.AbstractActivity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmayStop()Called when the user is trying to navigate away from this activity.voidonCancel()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.voidonStop()Called when the Activity's widget has been removed from view.
-
Constructor Details
-
AbstractActivity
public AbstractActivity()
-
-
Method Details
-
mayStop
-
onCancel
public void onCancel()Description copied from interface:ActivityCalled 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. -
onStop
-