PageController

PageController should include all behaviours common between different pages controllers

class Object
trait Matchable
class Any

Value members

Abstract methods

def nextIteration(): Unit

Defines the logic of an iteration (step) in the corresponding page controller

Defines the logic of an iteration (step) in the corresponding page controller

Concrete methods

def sendUpdate(viewUpdate: ViewUpdate[Any]): Unit

Inherited methods

def handle[T](action: Action[T]): Unit
Inherited from:
Controller