public interface

BackgroundLookupListener

sun.print.BackgroundLookupListener

Class Overview

Implement this to be called back when a complete list of services is available. This is useful for cases where retrieving this list of services may be time consuming and rather than block on this, other work can be done in the interim.

Summary

Public Methods
abstract void notifyServices(PrintService[] services)
Called once to notify that the complete list of services is retrieved.

Public Methods

public abstract void notifyServices (PrintService[] services)

Called once to notify that the complete list of services is retrieved. This call back may be immediate if the list is already available.