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

cn.jiangzeyin.common.spring.ApplicationEventClient Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package cn.jiangzeyin.common.spring;

import org.springframework.context.ApplicationEvent;

/**
 * Created by jiangzeyin on 2017/11/2.
 */
public interface ApplicationEventClient {
    void onApplicationEvent(ApplicationEvent event);

    void applicationLoad();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy