Class CfgEvent
- java.lang.Object
-
- java.util.EventObject
-
- edu.uiuc.ncsa.security.core.configuration.provider.CfgEvent
-
- All Implemented Interfaces:
Serializable
public class CfgEvent extends EventObject
Created by Jeff Gaynor
on 1/16/12 at 8:46 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.configuration.tree.ConfigurationNode
getConfiguration()
void
setConfiguration(org.apache.commons.configuration.tree.ConfigurationNode configuration)
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
CfgEvent
public CfgEvent(Object source, org.apache.commons.configuration.tree.ConfigurationNode config)
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-