* @author James Brooks */ interface ActionInterface { /** * Get the event action. * * @return array */ public function getAction(); }