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.NotificationEvent
Created 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, BaseClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseClient
getClient()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
NewClientEvent
public NewClientEvent(Object source, BaseClient client)
-
-
Method Detail
-
getClient
public BaseClient getClient()
-
-