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