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
This class is designed to returned events that are optimised for the type of sequence that it is being inserted in.
Non-namespace aware objects are lighter than namespace aware ones. @author Christophe Lauret @version 27 April 2005
| |
| |
| |
| |
| |
| |
| |