We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From [email protected] on September 09, 2013 11:07:07
is there a reason why the com.esotericsoftware.kryonet.Listener is a class instead of an interface?
It is easier (at least for me) if the listener would be an interface.
Original issue: http://code.google.com/p/kryonet/issues/detail?id=38
The text was updated successfully, but these errors were encountered:
Any update here? Would be interesting to know. It is a very bad design for me and maybe a decision not to use kryonet.
Sorry, something went wrong.
It doesn't seem like such a big problem. You can easily write a wrapper or fork it.
Added IsListener interface (EsotericSoftware#39)
cab0360
No branches or pull requests
From [email protected] on September 09, 2013 11:07:07
is there a reason why the com.esotericsoftware.kryonet.Listener is a class instead of an interface?
It is easier (at least for me) if the listener would be an interface.
Original issue: http://code.google.com/p/kryonet/issues/detail?id=38
The text was updated successfully, but these errors were encountered: