public interface Event
Events are immutable. Deviations must be clearly documented and only used in very limited cases (e.g. to implement fast iterators).
Modifier and Type | Method and Description |
---|---|
long |
getItemId()
Get the item ID.
|
long |
getTimestamp()
Get the event timestamp.
|
long |
getUserId()
Get the ID of the user responsible for the event.
|
long getUserId()
long getItemId()
long getTimestamp()