All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nepxion.discovery.plugin.framework.event.RuleClearedEvent Maven / Gradle / Ivy

package com.nepxion.discovery.plugin.framework.event;

/**
 * 

Title: Nepxion Discovery

*

Description: Nepxion Discovery

*

Copyright: Copyright (c) 2017-2050

*

Company: Nepxion

* @author Haojun Ren * @version 1.0 */ import java.io.Serializable; import com.nepxion.discovery.common.entity.RuleType; public class RuleClearedEvent implements Serializable { private static final long serialVersionUID = -4942710381954711909L; private RuleType ruleType; public RuleClearedEvent(RuleType ruleType) { this.ruleType = ruleType; } public RuleType getRuleType() { return ruleType; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy