com.jeramtough.jtutil.java.callback.SimpleCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtutil Show documentation
Show all versions of jtutil Show documentation
It contains common utils such as IoUtil, TextUtil, KeyUtil...
The newest version!
package com.jeramtough.jtutil.java.callback;
/**
* Created on 2018-12-09 14:47
* by @author JeramTough
*/
public interface SimpleCallback {
void doSometing();
}