net.ninjacat.drama.internal
Interface ActorSystemInternal

All Superinterfaces:
ActorSystem

public interface ActorSystemInternal
extends ActorSystem


Method Summary
 void notifyActorReady(Actor actor)
           
 void notifyActorTerminated(Actor actor)
           
 
Methods inherited from interface net.ninjacat.drama.ActorSystem
createActor, createActor, createActor, find, stop, stopWithCallback
 

Method Detail

notifyActorReady

void notifyActorReady(Actor actor)

notifyActorTerminated

void notifyActorTerminated(Actor actor)


Copyright © 2014. All rights reserved.