UserAlterationEvent

org.beangle.ems.core.user.event.UserAlterationEvent
class UserAlterationEvent(user: User) extends UserEvent

Attributes

Graph
Supertypes
class UserEvent
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getSource(): <FromJavaObject>

Attributes

Inherited from:
EventObject
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
EventObject

Inherited fields

var detail: String

event details

event details

Attributes

Inherited from:
Event
var resource: String

resource where the event happened

resource where the event happened

Attributes

Inherited from:
Event
var subject: String

event subject

event subject

Attributes

Inherited from:
Event
val timestamp: Long

System time when the event happened

System time when the event happened

Attributes

Inherited from:
Event