Modifier and type | Property and description |
---|---|
Address | address
Replies participant address. |
EventListener | participant
Replies the participant. |
Modifier and type | Action and description |
---|---|
static Participant | createAndInit(Address,EventListener)
Create a participant. |
boolean | equals(Object) |
Address | getAddress
Replies participant address. |
EventListener | getParticipant
Replies the participant. |
int | hashCode |
java.lang.String | toString |
val address : Address
This property is an alias for the action: getAddress
val participant : EventListener
This property is an alias for the action: getParticipant
protected new(Address,EventListener)
def createAndInit(Address,EventListener) : Participant
def equals(Object) : boolean
def getAddress : Address
def getParticipant : EventListener
def hashCode : int
def toString : java.lang.String