sk.seges.acris.security.client.presenter.LogoutDisplay Maven / Gradle / Ivy
package sk.seges.acris.security.client.presenter;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.shared.HandlerRegistration;
public interface LogoutDisplay extends BaseDisplay {
HandlerRegistration addLogoutButtonHandler(ClickHandler handler);
void setLoggedUser(String userName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy