public final class _ActorFactory extends ActorFactory
actorType
Constructor and Description |
---|
_ActorFactory(String actorType,
Constructor<JLPCActor> constructor)
Create an ActorFactory.
|
Modifier and Type | Method and Description |
---|---|
protected JLPCActor |
instantiateActor()
Create a JLPCActor.
|
newActor
public _ActorFactory(String actorType, Constructor<JLPCActor> constructor)
actorType
- The actor type.constructor
- The constructor used to create the actor.protected JLPCActor instantiateActor() throws Exception
instantiateActor
in class ActorFactory
Exception
Copyright © 2013. All Rights Reserved.