Action

abstract class Action(val actionType: ActionType)

Base class for actions.

Author

Umang Chamaria

Parameters

actionType

The ActionType Performed by the user

Inheritors

Constructors

Link copied to clipboard
constructor(actionType: ActionType)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String