Moved EventHandler to 'akka.event' plus added 'error' method without exception param
This commit is contained in:
parent
a955e99def
commit
711e62fc3f
19 changed files with 206 additions and 174 deletions
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
package akka.dispatch
|
||||
|
||||
import akka.actor.{ActorRef, IllegalActorStateException, EventHandler}
|
||||
import akka.event.EventHandler
|
||||
import akka.actor.{ActorRef, IllegalActorStateException}
|
||||
import akka.util.{ReflectiveAccess, Switch}
|
||||
|
||||
import java.util.Queue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue