net.ninjacat.drama
Interface ActorSystemStopCallback


public interface ActorSystemStopCallback

Callback to be called when ActorSystem is stopped, i.e. all actors are terminated.


Method Summary
 void onStopped()
          Called when all actors in stopping ActorSystem have been terminated.
 

Method Detail

onStopped

void onStopped()
Called when all actors in stopping ActorSystem have been terminated.



Copyright © 2014. All rights reserved.