Skip to content
New issue

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

It is not possible to specifiy the Listener to remove #20

Closed
GoogleCodeExporter opened this issue Nov 7, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

The current (v0.9.0) SerialPort provides 
addEventListener(SerialPortEventListener) and a no arg removeEventListener(). 
This is asymetric for an unknown reason, also it permits us to unregister a 
specific listener.

Original issue reported on code.google.com by chriss....@gmail.com on 29 Oct 2012 at 12:33

@GoogleCodeExporter
Copy link
Author

jSSC allow only one EventListener per serial port. Then you remove serial port 
EventListener the last actual listener will be removed.

Original comment by scream3r.org@gmail.com on 12 Sep 2014 at 2:34

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant