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

org.webswing.toolkit.api.security.UserEvent Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.toolkit.api.security;

public class UserEvent {
	private WebswingUser user;

	public UserEvent(WebswingUser user) {
		super();
		this.user = user;
	}

	public WebswingUser getUser() {
		return user;
	}

	public void setUser(WebswingUser user) {
		this.user = user;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy