ServiceDiscoveryEvent
class encapsulates the service discovery information made available by the event mechanism of the {@link net.jini.lookup.LookupCache LookupCache}. All listeners that an entity has registered with the cache's event mechanism will receive an event of type ServiceDiscoveryEvent
upon the discovery, removal, or modification of one of the cache's services. This class is used by {@link net.jini.lookup.ServiceDiscoveryManager ServiceDiscoveryManager}.
@author Sun Microsystems, Inc.
@see ServiceDiscoveryManager
|
|