Java com.google.gwt.activity.shared Activity fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.activity.shared Activity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.activity.shared Activity.

The text is from its open source code.

Implementation

com.google.gwt.activity.shared.Activity has the following implementations.
Click this link to see all its implementation.

Method

StringmayStop()
Called when the user is trying to navigate away from this activity.
voidonStop()
Called when the Activity's widget has been removed from view.
voidstart(AcceptsOneWidget panel, EventBus eventBus)
Called when the Activity should ready its widget for the user.