delMar43 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

Can't subclass HIDManager because it has no public constructor #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The wiki tells people to subclass HIDManager, but HIDManager has a private 
default constructor and no other, so it can't trivially be subclassed. Also, 
HIDManager does not have the deviceAdded() and deviceRemoved() methods 
described in the Wiki as needing to be overridden. Please clarify this.

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

GoogleCodeExporter commented 9 years ago
Is there a new way to identify a device being added or removed?

Original comment by as...@wisemansoftware.com on 6 Apr 2014 at 5:36