net.customware.gwt.presenter.client.place
Interface PlaceRequestHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
All Known Implementing Classes:
PlaceManager

public interface PlaceRequestHandler
extends com.google.gwt.event.shared.EventHandler


Method Summary
 void onPlaceRequest(PlaceRequestEvent event)
          Called when something has requested a new place.
 

Method Detail

onPlaceRequest

void onPlaceRequest(PlaceRequestEvent event)
Called when something has requested a new place. Should be implemented by instances which can show the place.

Parameters:
event - The event.


Copyright © 2009 customware.net. All Rights Reserved.