public final class ScriptEvent extends Object implements Event
| Constructor and Description |
|---|
ScriptEvent(Event evt) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String var)
This method returns the specified aspect for the given event.
|
List<String> |
getAll(String var) |
Long |
getTimestamp()
Returns the time of this event in milliseconds since 1970.
|
EventType |
getType() |
boolean |
isSet(String var) |
void |
set(String variable,
String value) |
String |
toString() |
public ScriptEvent(Event evt)
public boolean isSet(String var)
public String get(String var)
Eventpublic Long getTimestamp()
EventgetTimestamp in interface EventCopyright © 2015 jwall.org. All Rights Reserved.