com.google.gwt.app.place
Class PlaceController<P extends Place>

java.lang.Object
  extended by com.google.gwt.app.place.PlaceController<P>
Type Parameters:
P - the type of places managed

public class PlaceController<P extends Place>
extends java.lang.Object

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

In charge of the user's location in the app.


Constructor Summary
PlaceController(HandlerManager eventBus)
           
 
Method Summary
 P getWhere()
           
 void goTo(P newPlace)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceController

public PlaceController(HandlerManager eventBus)
Method Detail

getWhere

public P getWhere()

goTo

public void goTo(P newPlace)