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 CFNode
getCFNode()
List
getChildren(String name)
org.apache.commons.configuration.tree.ConfigurationNode
getConfiguration()
String
getName()
protected boolean
hasCFNode()
boolean
hasChildren(String name)
void
setCFNode(CFNode cfNode)
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.
-
-
Method Detail
-
getConfiguration
public org.apache.commons.configuration.tree.ConfigurationNode getConfiguration()
-
setConfiguration
public void setConfiguration(org.apache.commons.configuration.tree.ConfigurationNode configuration)
-
getCFNode
public CFNode getCFNode()
-
setCFNode
public void setCFNode(CFNode cfNode)
-
hasCFNode
protected boolean hasCFNode()
-
getName
public String getName()
-
hasChildren
public boolean hasChildren(String name)
-
-