public class ActionResult extends Object implements Serializable
static ActionResult
EMPTY_ACTION_RESULT
ActionResult(List<Event> events, String location)
List<Event>
getEvents()
String
getLocation()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final ActionResult EMPTY_ACTION_RESULT
public ActionResult(List<Event> events, String location)
public List<Event> getEvents()
public String getLocation()