Uses of Class
net.jini.core.event.RemoteEvent

Packages that use RemoteEvent
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. 
 

Uses of RemoteEvent in net.jini.core.event
 

Methods in net.jini.core.event with parameters of type RemoteEvent
 void RemoteEventListener.notify(RemoteEvent theEvent)
          Notify the listener about an event.
 

Uses of RemoteEvent in net.jini.core.lookup
 

Subclasses of RemoteEvent in net.jini.core.lookup
 class ServiceEvent
          This class is used for remote events sent by the lookup service.
 

Uses of RemoteEvent in net.jini.space
 

Subclasses of RemoteEvent in net.jini.space
 class AvailabilityEvent
          A RemoteEvent marking the transition of an Entry from unavailable to available.