public class ReceiverActor
extends com.droidkit.actors.Actor
| Constructor and Description |
|---|
ReceiverActor(MTProto proto) |
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(java.lang.Object message) |
void |
preStart() |
static com.droidkit.actors.ActorSelection |
receiver(MTProto proto) |
public ReceiverActor(MTProto proto)
public static com.droidkit.actors.ActorSelection receiver(MTProto proto)
public void preStart()
preStart in class com.droidkit.actors.Actorpublic void onReceive(java.lang.Object message)
onReceive in class com.droidkit.actors.Actor