DynamicUser

trait DynamicUser extends Disposable[RT]
trait Disposable[RT]
class Object
trait Matchable
class Any

Value members

Abstract methods

def add()(implicit tx: RT): Unit

Adds the user and thereby issues actions on the server.

Adds the user and thereby issues actions on the server.

def remove()(implicit tx: RT): Unit

Removes the user. It is safe to call this method repeatedly, and also if the user has never been added.

Removes the user. It is safe to call this method repeatedly, and also if the user has never been added.

Concrete methods

def dispose()(implicit tx: RT): Unit

The user implements dispose by simply calling remove.

The user implements dispose by simply calling remove.