Package net.jini.core.event


package net.jini.core.event
  • Class
    Description
    A utility class for use as a return value for event-interest registration methods.
    The base class or superclass for remote events.
    The RemoteEventListener interface needs to be implemented by any object that wants to receive a notification of a remote event from some other object.
    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.