Uses of Class
org.semispace.actor.ActorMessage
Packages that use ActorMessage
-
Uses of ActorMessage in org.semispace.actor
Methods in org.semispace.actor with parameters of type ActorMessageModifier and TypeMethodDescriptionabstract voidActor.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).