Revert "Fixing erronous cherry-pick change in EventHandler"
This reverts commit 95976b4f6b.
This commit is contained in:
parent
95976b4f6b
commit
4bc0cfe0bf
1 changed files with 5 additions and 1 deletions
|
|
@ -272,7 +272,11 @@ object EventHandler extends ListenerManagement {
|
|||
}
|
||||
|
||||
class DefaultListener extends Actor with StandardOutLogger {
|
||||
def receive = { case event ⇒ print(event) }
|
||||
self.dispatcher = EventHandlerDispatcher
|
||||
|
||||
def receive = {
|
||||
case event ⇒ print(event)
|
||||
}
|
||||
}
|
||||
|
||||
start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue