Example usage for com.google.gwt.place.shared PlaceChangeRequestEvent.Handler interface-usage

List of usage examples for com.google.gwt.place.shared PlaceChangeRequestEvent.Handler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.place.shared PlaceChangeRequestEvent.Handler interface-usage.

Usage

From source file com.googlecode.mgwt.mvp.client.AnimatingActivityManager.java

/**
 * This is a fork of @link {@link ActivityManager} that has the same features,
 * but also adds animations to the lifecycle of Activities.
 *
 * It can be used as a replacement for {@link ActivityManager}, but requires an
 * instance of {@link AnimationMapper} to work properly

From source file com.tasktop.c2c.server.tasks.client.widgets.TaskDetailsPopupPanel.java

/**
 * @author Clint Morgan (Tasktop Technologies Inc.)
 * 
 */
public class TaskDetailsPopupPanel extends DecoratedPopupPanel
        implements Editor<Task>, PlaceChangeEvent.Handler, PlaceChangeRequestEvent.Handler {