Event

org.beangle.commons.event.Event
abstract class Event(src: Any) extends EventObject

Abstract Event class.

Attributes

Graph
Supertypes
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

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

Concrete fields

var detail: String

event details

event details

Attributes

var resource: String

resource where the event happened

resource where the event happened

Attributes

var subject: String

event subject

event subject

Attributes

val timestamp: Long

System time when the event happened

System time when the event happened

Attributes