public final class Initialize extends Event
| Modifier and Type | Field and Description |
|---|---|
Object[] |
parameters
The initialization parameters.
|
UUID |
spawner
Identifier of the agent, which has spawned the under-initialization agent.
|
| Constructor and Description |
|---|
Initialize(source : Address,
spawner : UUID,
params : Object*)
Constructor.
|
Initialize(spawner : UUID,
params : Object*)
Constructor.
|
public val parameters : Object[]
Initializepublic val spawner : UUID
Initializenull.public new(spawner : UUID,
params : Object*)
spawner - the identifier of the spawner of the under-initialization agent.params - the initialization parameters to give to the under-initialization agent.public new(source : Address,
spawner : UUID,
params : Object*)
source - address of the agent that is emitting this event.spawner - the identifier of the spawner of the under-initialization agent.params - the initialization parameters to give to the under-initialization agent.Copyright © 2021 the original authors or authors.