All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sk.seges.acris.security.client.presenter.LogoutPresenter Maven / Gradle / Ivy

package sk.seges.acris.security.client.presenter;

import com.google.gwt.user.client.ui.HasWidgets;

public class LogoutPresenter extends BasePresenter{

	public LogoutPresenter(D display) {
		super(display);
	}

	@Override
	public void bind(HasWidgets parent) {
		super.bind(parent);
	}
	
	protected void doLogout() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy