ParameterlessAction

abstract class ParameterlessAction extends Action[Nothing]

Defines a user-executable action that never has any additional parameters

trait Action[Nothing]
class Object
trait Matchable
class Any
object Back.type
object AddQuizMenuAction.type
object EditQuizMenuAction.type
object MainMenuAction.type
object SelectMenuAction.type
object SettingsMenuAction.type
object NextQuiz.type
object Start.type
object Quit.type
object Select.type
object Settings.type
object Statistics.type
object End.type
object Blitz.type
object Custom.type
object Start.type
object AddCourse.type
object AddQuiz.type
object EditCourse.type
object EditQuiz.type
object NextQuiz.type

Value members

Inherited methods

def get[T]: T
Inherited from:
Action

Inherited fields

val actionParameter: Option[Nothing]
Inherited from:
Action