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

pro.jk.ejoker.eventing.EventAppendStatus Maven / Gradle / Ivy

package pro.jk.ejoker.eventing;

public enum EventAppendStatus {
	
	/**
	 * 无定义。
	 */
	Undefined,

	/**
	 * 成功
	 */
	Success,

	/**
	 * 重复事件
	 */
	DuplicateEvent,

	/**
	 * 重复命令
	 */
	DuplicateCommand
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy