|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Event
This interface defines methods common to all observable events.
| Field Summary | |
|---|---|
static String |
TIMESTAMP
|
static String |
TYPE
|
| Method Summary | |
|---|---|
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)
|
| Field Detail |
|---|
static final String TIMESTAMP
static final String TYPE
| Method Detail |
|---|
Long getTimestamp()
EventType getType()
String get(String variableName)
variableName -
void set(String variable,
String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||