Uses of Class
org.semispace.actor.ActorMessage

Packages that use ActorMessage
org.semispace.actor   
 

Uses of ActorMessage in org.semispace.actor
 

Methods in org.semispace.actor with parameters of type ActorMessage
abstract  void Actor.receive(ActorMessage msg)
          Receive a message which either matches the template, or that is addressed to this actor in particular (which implies that you need to check the type for each message).
 



Copyright © 2008-2012. All Rights Reserved.