public static class MetroIIPtidesReceiver.Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Tag |
_tag
Time stamp of this event.
|
(package private) Token |
_token
Token of this event.
|
Constructor and Description |
---|
Event(Token token,
Tag tag)
Construct an Event with a token and time stamp.
|
Modifier and Type | Method and Description |
---|---|
Tag |
getTag()
Return the tag of this event.
|
Token |
getToken()
Return the token of this event.
|