ActionResult

public class ActionResult implements DeepEquatable

An immutable (so long as Action is) result giving feedback on a specific action.

Author:The Condor

Constructors

ActionResult

public ActionResult(Action action, ActionFeedback result)

Methods

deepEquals

public boolean deepEquals(Object other)

equals

public boolean equals(Object other)

getAction

public Action getAction()

getFeedback

public ActionFeedback getFeedback()

hashCode

public int hashCode()

toString

public String toString()