Interface ActorProxy<T extends Actor>

Type Parameters:
T -

public interface ActorProxy<T extends Actor>
tagging interface. Using Actors.AsActor() returns a proxy which enqueues each method call to the 'real' actor instance. This way one can determine wether an Object is the "real" actor or a proxy reference to it.
  • Method Summary

    Modifier and Type Method Description
    Actor getActor()