LoginEventTracker

class LoginEventTracker extends EventListener[LoginEvent]
trait EventListener[LoginEvent]
trait EventListener
class Object
trait Matchable
class Any

Value members

Concrete methods

override def onEvent(event: LoginEvent): Unit

Handle an application event.

Handle an application event.

Definition Classes
EventListener
override def supportsEventType(eventType: Class[_ <: Event]): Boolean

Determine whether this listener actually supports the given event type.

Determine whether this listener actually supports the given event type.

Definition Classes
EventListener
override def supportsSourceType(sourceType: Class[_]): Boolean

Determine whether this listener actually supports the given source type.

Determine whether this listener actually supports the given source type.

Definition Classes
EventListener

Concrete fields

var entityDao: EntityDao