Constructor and description |
---|
new Constructs an Event without source. |
new(Address) Constructs an Event with a source. |
Modifier and type | Action and description |
---|---|
boolean | equals(Object) |
Address | getSource The source of the event. |
int | hashCode |
boolean | isFrom(Address) Replies if the event was emitted by an entity with the given address. |
boolean | isFrom(UUID) Replies if the event was emitted by an entity with the given identifier. |
void | setSource(Address) The address of the source of this event. |
final java.lang.String | toString |
protected void | toString(ToStringBuilder) fill the given builder with the string representation of this object. |
new
new(Address)
def equals(Object) : boolean
def getSource : Address
def hashCode : int
def isFrom(Address) : boolean
def isFrom(UUID) : boolean
def setSource(Address)
def toString : java.lang.String
protected def toString(ToStringBuilder)