net.jini.core.event.RemoteEvent. An object of this type is passed to each call of EventType.sendEvent and is used by the EventType object to generate the concrete RemoteEvent associated with a given event occurrence on demand. Providing a factory to sendEvent instead of an actual RemoteEvent object allows eventType object to send an event originally intended for one listener to another.
@author Sun Microsystems, Inc.
@see EventType
@see EventType#sendEvent
| |