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

com.sghd.common.event.Receiver Maven / Gradle / Ivy

The newest version!
package com.sghd.common.event;

/**
 * 事件订阅者
 */
public interface Receiver {

	/**
	 * 事件处理方法
	 * @param event 待处理事件对象
	 */
	void onEvent(Event event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy