Package | Description |
---|---|
net.jini.core.event |
The
RemoteEventListener interface and related standard classes. |
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteEventListener.notify(RemoteEvent theEvent)
Notify the listener about an event.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceEvent
This class is used for remote events sent by the lookup service.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDiscoveryEvent
Whenever the lookup discovery service discovers or discards a lookup
service matching the discovery/discard criteria of one or more of its
registrations, the lookup discovery service sends an instance of this
class to the listener corresponding to each such registration.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.