|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.activity.shared.AbstractActivity
public abstract class AbstractActivity
Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.
Constructor Summary | |
---|---|
AbstractActivity()
|
Method Summary | |
---|---|
java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.gwt.activity.shared.Activity |
---|
start |
Constructor Detail |
---|
public AbstractActivity()
Method Detail |
---|
public java.lang.String mayStop()
Activity
mayStop
in interface 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.
onCancel
in interface Activity
public void onStop()
Activity
onStop
in interface Activity
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |