Uses of Class
net.ninjacat.drama.Actor

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
<T extends Actor>
ActorRef
ActorSystem.createActor(Class<T> actorType)
          Creates actor with default name.
<T extends Actor>
ActorRef
ActorSystem.createActor(Class<T> actorType, String name)
          Creates actor with supplied name.
<T extends Actor>
ActorRef
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)
           
 



Copyright © 2014. All rights reserved.