akka.actor
Class FSM.UnsubscribeTransitionCallBack

java.lang.Object
  extended by akka.actor.FSM.UnsubscribeTransitionCallBack
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
FSM<S,D>

public static class FSM.UnsubscribeTransitionCallBack
extends java.lang.Object
implements scala.Product, scala.Serializable

Unsubscribe from FSM.Transition notifications which was effected by sending the corresponding FSM.SubscribeTransitionCallBack.

See Also:
Serialized Form

Constructor Summary
FSM.UnsubscribeTransitionCallBack(ActorRef actorRef)
           
 
Method Summary
 ActorRef actorRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

FSM.UnsubscribeTransitionCallBack

public FSM.UnsubscribeTransitionCallBack(ActorRef actorRef)
Method Detail

actorRef

public ActorRef actorRef()