akka.routing
Class WithListeners

java.lang.Object
  extended by akka.routing.WithListeners
All Implemented Interfaces:
ListenerMessage, java.io.Serializable, scala.Equals, scala.Product

public class WithListeners
extends java.lang.Object
implements ListenerMessage, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
WithListeners(scala.Function1<ActorRef,scala.runtime.BoxedUnit> f)
           
 
Method Summary
 scala.Function1<ActorRef,scala.runtime.BoxedUnit> f()
           
 
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

WithListeners

public WithListeners(scala.Function1<ActorRef,scala.runtime.BoxedUnit> f)
Method Detail

f

public scala.Function1<ActorRef,scala.runtime.BoxedUnit> f()