Switching to Switch and restructuring some EBEDD code

This commit is contained in:
Viktor Klang 2010-10-11 14:02:46 +02:00
parent 25ebfbadd8
commit 3a9994bbe0
5 changed files with 21 additions and 26 deletions

View file

@ -64,8 +64,6 @@ trait MessageDispatcher extends MailboxFactory with Logging {
def dispatch(invocation: MessageInvocation): Unit
def execute(task: Runnable): Unit
def start: Unit
def shutdown: Unit