public class RemoteEvent
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RemoteEvent(int targetHashCode,
java.util.EventObject event)
The constructor requires the hashcode of the target (local) listener and an EventObject instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.EventObject |
getEvent()
This method returns the embedded EventObject instance.
|
int |
getTargetHashCode()
This method returns the hashcode of the target (local) class.
|