Package com.weicoder.common.interfaces
Interface Callback<E,R>
-
public interface Callback<E,R>回调方法- Author:
- WD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rcallback(E result)回调方法
-
public interface Callback<E,R>
| Modifier and Type | Method | Description |
|---|---|---|
R |
callback(E result) |
回调方法
|