public interface DiscoveryHandler
NetworkDiscoverer| Modifier and Type | Method and Description | 
|---|---|
| void | discoveryError(String message)This method is invoked when there is an error during discovery. | 
| void | discoveryFinished()This method is invoked when discovery is finished. | 
| void | foundPrinter(DiscoveredPrinter printer)This method is invoked when a printer has been discovered. | 
void foundPrinter(DiscoveredPrinter printer)
printer - a discovered printer.void discoveryFinished()
void discoveryError(String message)
discoveryFinished() will not be called if this method is invoked.message - the error message.
				© 2016 ZIH Corp. All Rights Reserved.