move Ack to top level

This commit is contained in:
Naoyuki Kanezawa
2013-05-08 23:24:42 +09:00
parent 2f4ef44d18
commit 36e9f59b44
4 changed files with 13 additions and 11 deletions

View File

@@ -356,14 +356,5 @@ public class Socket extends Emitter {
}
return data;
}
/**
* Acknowledgement.
*/
public static interface Ack {
public void call(Object... args);
}
}