Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getReplyTo() Get the key to send replies to. |
|
Event<T> |
setReplyTo(java.lang.Object replyTo) Set the key that interested parties should send replies to. |
Methods inherited from class | Name |
---|---|
class Event |
from, from |
class java.util.EventObject |
java.util.EventObject#getSource(), java.util.EventObject#toString(), java.util.EventObject#wait(long, int), java.util.EventObject#wait(long), java.util.EventObject#wait(), java.util.EventObject#equals(java.lang.Object), java.util.EventObject#hashCode(), java.util.EventObject#getClass(), java.util.EventObject#notify(), java.util.EventObject#notifyAll() |
Get the key to send replies to.
Set the key
that interested parties should send replies to.
replyTo
- The key to use to notify sender of replies.