|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Actor | |
|---|---|
| net.ninjacat.drama | Classes for Drama Actor library |
| net.ninjacat.drama.internal | |
| Uses of Actor in net.ninjacat.drama |
|---|
| Methods in net.ninjacat.drama with type parameters of type Actor | ||
|---|---|---|
|
ActorSystem.createActor(Class<T> actorType)
Creates actor with default name. |
|
|
ActorSystem.createActor(Class<T> actorType,
String name)
Creates actor with supplied name. |
|
|
ActorSystem.createActor(Class<T> actorType,
String name,
Object... parameters)
Creates actor with supplied name. Actor must define a constructor with a list of parameters matching list of this method parameters |
|
| Uses of Actor in net.ninjacat.drama.internal |
|---|
| Methods in net.ninjacat.drama.internal with parameters of type Actor | |
|---|---|
void |
ActorSystemInternal.notifyActorReady(Actor actor)
|
void |
ActorSystemInternal.notifyActorTerminated(Actor actor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||