GWT 2.1.1

com.google.gwt.place.shared
Class PlaceController.DefaultDelegate

java.lang.Object
  extended by com.google.gwt.place.shared.PlaceController.DefaultDelegate
All Implemented Interfaces:
PlaceController.Delegate
Enclosing class:
PlaceController

public static class PlaceController.DefaultDelegate
extends java.lang.Object
implements PlaceController.Delegate

Default implementation of PlaceController.DefaultDelegate, based on Window.


Constructor Summary
PlaceController.DefaultDelegate()
           
 
Method Summary
 HandlerRegistration addWindowClosingHandler(Window.ClosingHandler handler)
           
 boolean confirm(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceController.DefaultDelegate

public PlaceController.DefaultDelegate()
Method Detail

addWindowClosingHandler

public HandlerRegistration addWindowClosingHandler(Window.ClosingHandler handler)
Specified by:
addWindowClosingHandler in interface PlaceController.Delegate

confirm

public boolean confirm(java.lang.String message)
Specified by:
confirm in interface PlaceController.Delegate

GWT 2.1.1