QuizInStatsListUpdate

case class QuizInStatsListUpdate(updateParameter: Option[List[QuizInStats]]) extends ViewUpdate[List[QuizInStats]]

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

trait Serializable
trait Product
trait Equals
trait ViewUpdate[List[QuizInStats]]
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