
edu.uiuc.ncsa.myproxy.oa4mp.server.util.NewAdminClientEvent Maven / Gradle / Ivy
The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.server.util;
import edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient.AdminClient;
/**
* Created by Jeff Gaynor
* on 5/27/21 at 1:36 PM
*/
public class NewAdminClientEvent extends NewClientEvent{
public NewAdminClientEvent(Object source, AdminClient client) {
super(source, client);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy