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

edu.uiuc.ncsa.myproxy.oa4mp.server.util.NewClientEvent Maven / Gradle / Ivy

The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.server.util;

import edu.uiuc.ncsa.oa4mp.delegation.common.storage.clients.BaseClient;
import edu.uiuc.ncsa.security.servlet.NotificationEvent;

/**
 * 

Created by Jeff Gaynor
* on 9/14/12 at 5:39 PM */ public class NewClientEvent extends NotificationEvent { public NewClientEvent(Object source, BaseClient client) { super(source); this.client = client; } BaseClient client; public BaseClient getClient() { return client; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy