|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.app.place.AbstractActivity
public abstract class AbstractActivity
Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.app.place.Activity |
|---|
Activity.Display |
| Constructor Summary | |
|---|---|
AbstractActivity()
|
|
| Method Summary | |
|---|---|
void |
onCancel()
Called when Activity.start(com.google.gwt.app.place.Activity.Display) 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. |
boolean |
willStop()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.gwt.app.place.Activity |
|---|
start |
| Constructor Detail |
|---|
public AbstractActivity()
| Method Detail |
|---|
public void onCancel()
ActivityActivity.start(com.google.gwt.app.place.Activity.Display) has not yet replied to its callback, but the
user has lost interest.
onCancel in interface Activitypublic void onStop()
Activity
onStop in interface Activitypublic boolean willStop()
willStop in interface Activity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||