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

com.zhangzlyuyx.easy.core.ActionCallback Maven / Gradle / Ivy

There is a newer version: 0.0.19
Show newest version
package com.zhangzlyuyx.easy.core;

public interface ActionCallback {

	void action(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy