List of usage examples for com.google.gwt.place.shared PlaceChangeRequestEvent setWarning
public void setWarning(String warning)
From source file:com.googlecode.mgwt.mvp.client.AnimatingActivityManager.java
License:Apache License
public void onPlaceChangeRequest(PlaceChangeRequestEvent event) { if (!currentActivity.equals(NULL_ACTIVITY)) { event.setWarning(currentActivity.mayStop()); }// ww w .jav a 2s .c o m }