view.updates

package view.updates

Type members

Classlikes

abstract class ParameterlessViewUpdate extends ViewUpdate[Nothing]

Defines a view update that never needs additional parameters

Defines a view update that never needs additional parameters

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

Defines a type of update to perform on the graphical interface

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