Do you mean you don't know how to create a class that implements an interface? No offense, but are you just starting with Java? Because that is extremely basic...you should really get a Java beginner's book.
Anyway here you go: public class ThisClassImplementsUsbInterfacePolicy implements UsbInterfacePolicy { public boolean forceClaim(UsbInterface uI) { return true; } } On Thu, 14 Oct 2004 [EMAIL PROTECTED] wrote: >Hi, >How can I create a class that implements the UsbInterfacePolicy Interface to >forceClaim ? >Please help me >Thanks >Ricardo > >------------------------------------------------- >This mail sent through IMP: http://horde.org/imp/ > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >javax-usb-devel mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/javax-usb-devel > -- Dan Streetman [EMAIL PROTECTED] --------------------- 186,272 miles per second: It isn't just a good idea, it's the law! ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ javax-usb-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/javax-usb-devel