public interface Event extends Serializable
This interface defines methods common to all observable events.
| Modifier and Type | Field and Description |
|---|---|
static String |
TIMESTAMP |
static String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String variableName)
This method returns the specified aspect for the given event.
|
Long |
getTimestamp()
Returns the time of this event in milliseconds since 1970.
|
EventType |
getType() |
void |
set(String variable,
String value) |
static final String TIMESTAMP
static final String TYPE
Copyright © 2014 jwall.org. All rights reserved.