changed folder name
This commit is contained in:
parent
4503531ec9
commit
80c6a52c69
73 changed files with 0 additions and 0 deletions
11
src/zutil/net/nio/worker/grid/GridResultHandler.java
Normal file
11
src/zutil/net/nio/worker/grid/GridResultHandler.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package zutil.net.nio.worker.grid;
|
||||
|
||||
/**
|
||||
* Handles the incoming results from the grid
|
||||
*
|
||||
* @author Ziver
|
||||
*/
|
||||
public interface GridResultHandler<T> {
|
||||
|
||||
public void resultEvent(int jobID, boolean correct, T result);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue