Class CfgEvent

    • 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.
      • CfgEvent

        public CfgEvent​(Object source,
                        CFNode config)
    • 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()
      • getChildren

        public List getChildren​(String name)
      • hasChildren

        public boolean hasChildren​(String name)