ViewUpdate

trait ViewUpdate[+T](val updateParameter: Option[T])

Defines a type of update to perform on the graphical interface

Type parameters:
T

the type of the additional parameter associated with the update

Value parameters:
updateParameter

additional parameter needed to perform the update

class Object
trait Matchable
class Any

Value members

Concrete methods

def get[T]: T

Concrete fields

val updateParameter: Option[T]