Package org.oa4mp.server.api.util
Class NewClientEvent
- java.lang.Object
-
- java.util.EventObject
-
- edu.uiuc.ncsa.security.servlet.NotificationEvent
-
- org.oa4mp.server.api.util.NewClientEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ACNewClientEvent,NewAdminClientEvent
public class NewClientEvent extends edu.uiuc.ncsa.security.servlet.NotificationEventCreated by Jeff Gaynor
on 9/14/12 at 5:39 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NewClientEvent(Object source, org.oa4mp.delegation.common.storage.clients.BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oa4mp.delegation.common.storage.clients.BaseClientgetClient()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
NewClientEvent
public NewClientEvent(Object source, org.oa4mp.delegation.common.storage.clients.BaseClient client)
-
-