public class MessageEventWrapper extends Object
MessageEvent with a unique identification value.| Constructor and Description |
|---|
MessageEventWrapper(long wrapId,
MessageEvent me)
Wraps an id value around a message event.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEvent |
event()
Returns the wrapped message event.
|
long |
id()
Returns the id for this wrapped message event.
|
public MessageEventWrapper(long wrapId,
MessageEvent me)
wrapId - the id to associate with the message eventme - the message eventpublic long id()
public MessageEvent event()
Copyright © 2014. All Rights Reserved.