EngineIOException

This commit is contained in:
Naoyuki Kanezawa
2013-04-22 22:44:01 +09:00
parent f60105ada0
commit bcff9c0d9a
5 changed files with 30 additions and 28 deletions

View File

@@ -88,6 +88,7 @@ public class Emitter {
}
public static interface Listener {
public void call(Object... args);
}
}