![JAR search and dependency download from the Maven repository](/logo.png)
mt.edu.um.cs.rv.events.LogoutEvent Maven / Gradle / Ivy
package mt.edu.um.cs.rv.events;
/**
* Created by dwardu on 20/01/2016.
*/
public class LogoutEvent extends UserEvent {
public LogoutEvent(String username, boolean synchronous) {
super(username, synchronous);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy