GWT 2.1.1

com.google.gwt.place.shared
Interface PlaceController.Delegate

All Known Implementing Classes:
PlaceController.DefaultDelegate
Enclosing class:
PlaceController

public static interface PlaceController.Delegate

Optional delegate in charge of Window related events. Provides nice isolation for unit testing, and allows customization of confirmation handling.


Method Summary
 HandlerRegistration addWindowClosingHandler(Window.ClosingHandler handler)
           
 boolean confirm(java.lang.String message)
           
 

Method Detail

addWindowClosingHandler

HandlerRegistration addWindowClosingHandler(Window.ClosingHandler handler)

confirm

boolean confirm(java.lang.String message)

GWT 2.1.1