Event

@SerialVersionUID(6311495014194589511L) abstract
class Event(src: Any) extends EventObject

Abstract Event class.

class EventObject
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def getSource(): <FromJavaObject>
Inherited from
EventObject
def toString(): String
Inherited from
EventObject

Concrete fields

var detail: String

event details

event details

var resource: String

resource where the event happened

resource where the event happened

var subject: String

event subject

event subject

val timestamp: Long

System time when the event happened

System time when the event happened