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.
|
newActorpublic _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 ActorFactoryExceptionCopyright © 2013. All Rights Reserved.