Moved EventHandler to 'akka.event' plus added 'error' method without exception param

This commit is contained in:
Jonas Bonér 2011-03-23 15:12:09 +01:00
parent a955e99def
commit 711e62fc3f
19 changed files with 206 additions and 174 deletions

View file

@ -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