summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/akka/src/akka/util/Bootable.scala
blob: d07643e1acb2c041b29ec07e5fdfe47ab623bb3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/**
 * Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
 */

package akka.util

trait Bootable {
  def onLoad() {}
  def onUnload() {}
}