Moved EventHandler to 'akka.event' plus added 'error' method without exception param
This commit is contained in:
parent
74f7d474ab
commit
6429086b51
19 changed files with 206 additions and 174 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package akka.testkit
|
||||
|
||||
import akka.actor.{ActorRef, EventHandler}
|
||||
import akka.event.EventHandler
|
||||
import akka.actor.ActorRef
|
||||
import akka.dispatch.{MessageDispatcher, MessageInvocation, FutureInvocation}
|
||||
import java.util.concurrent.locks.ReentrantLock
|
||||
import java.util.LinkedList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue