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

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