QuizListUpdate

case class QuizListUpdate(updateParameter: Option[List[Quiz]]) extends ViewUpdate[List[Quiz]]

Update for the view containing the list of current quizzes in the course selected

trait Serializable
trait Product
trait Equals
trait ViewUpdate[List[Quiz]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def get[T]: T
Inherited from:
ViewUpdate
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product