de.swm.commons.mobile.client.presenter.LeavePageResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-mobile Show documentation
Show all versions of swm-mobile Show documentation
GWT Bibliothek fuer Mobile Plattformen der SWM
package de.swm.commons.mobile.client.presenter;
/**
* TODO Dokumentieren.
*
* @author wiese.daniel
*
* copyright (C) 2012, Stadtwerke München GmbH
*/
public enum LeavePageResponse {
NO_STAY_ON_CURRENT_PAGE,
YES_LEAVE_PAGE,
DISPLAY_YES_NO_DIALOG
}