public static final class FSM.Timer extends java.lang.Object implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Timer(java.lang.String name,
java.lang.Object msg,
boolean repeat,
int generation,
ActorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
int |
generation() |
java.lang.Object |
msg() |
java.lang.String |
name() |
boolean |
repeat() |
void |
schedule(ActorRef actor,
scala.concurrent.duration.FiniteDuration timeout) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Timer(java.lang.String name,
java.lang.Object msg,
boolean repeat,
int generation,
ActorContext context)
public java.lang.String name()
public java.lang.Object msg()
public boolean repeat()
public int generation()
public void schedule(ActorRef actor, scala.concurrent.duration.FiniteDuration timeout)
public void cancel()