org.jwall.audit.script
Class ScriptEvent
java.lang.Object
org.jwall.audit.script.ScriptEvent
- All Implemented Interfaces:
- Serializable, Event
public final class ScriptEvent
- extends Object
- implements Event
- See Also:
- Serialized Form
ScriptEvent
public ScriptEvent(Event evt)
isSet
public boolean isSet(String var)
get
public String get(String var)
- Description copied from interface:
Event
- This method returns the specified aspect for the given event.
- Specified by:
get in interface Event
- Returns:
getAll
public List<String> getAll(String var)
getTimestamp
public Long getTimestamp()
- Description copied from interface:
Event
- Returns the time of this event in milliseconds since 1970.
- Specified by:
getTimestamp in interface Event
- Returns:
getType
public EventType getType()
- Specified by:
getType in interface Event
set
public void set(String variable,
String value)
- Specified by:
set in interface Event
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 jwall.org. All Rights Reserved.