Added more flexibility to ListenerManagement

This commit is contained in:
Viktor Klang 2010-08-19 12:46:17 +02:00
parent d82a804454
commit ea2f7bb3b6
3 changed files with 16 additions and 7 deletions

View file

@ -330,6 +330,8 @@ class RemoteServer extends Logging with ListenerManagement {
}
}
protected override def manageLifeCycleOfListeners = false
protected[akka] override def foreachListener(f: (ActorRef) => Unit): Unit = super.foreachListener(f)
}