Uses of Package
net.jini.core.event

Packages that use net.jini.core.event
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.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Classes in net.jini.core.event used by net.jini.core.event
RemoteEvent
          The base class or superclass for remote events.
UnknownEventException
          An exception thrown when the recipient of a RemoteEvent does not recognize the combination of the event identifier and the event source as something in which it is interested.
 

Classes in net.jini.core.event used by net.jini.core.lookup
EventRegistration
          A utility class for use as a return value for event-interest registration methods.
RemoteEvent
          The base class or superclass for remote events.
RemoteEventListener
          The RemoteEventListener interface needs to be implemented by any object that wants to receive a notification of a remote event from some other object.
 

Classes in net.jini.core.event used by net.jini.space
EventRegistration
          A utility class for use as a return value for event-interest registration methods.
RemoteEvent
          The base class or superclass for remote events.
RemoteEventListener
          The RemoteEventListener interface needs to be implemented by any object that wants to receive a notification of a remote event from some other object.