Class GovernanceEngineConfigurationEvent

  • All Implemented Interfaces:
    Serializable

    public class GovernanceEngineConfigurationEvent
    extends GovernanceEngineEvent
    GovernanceEngineConfigurationEvent is used to inform the governance server that the configuration of one of its governance engines has changed.
    See Also:
    Serialized Form
    • Constructor Detail

      • GovernanceEngineConfigurationEvent

        public GovernanceEngineConfigurationEvent()
        Default constructor
      • GovernanceEngineConfigurationEvent

        public GovernanceEngineConfigurationEvent​(GovernanceEngineConfigurationEvent template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail