Action
An Action defines the actions a user can take. Implementations specify what operation will be
Action
Interface
Android
public interface Action
An Action defines the actions a user can take. Implementations specify what operation will be
performed in response to the action, eg. actionStartActivity creates an Action that launches
the specified Activity.
