summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/Test.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2009-12-13 16:06:50 +0000
committerJakob Odersky <jodersky@gmail.com>2009-12-13 16:06:50 +0000
commit66d338aec5d632927fa561a68310c8931938e9e0 (patch)
tree1e200fd94bb903772b007690da4e5d13fc46fb5b /src/graphyx/tests/Test.scala
parentbe2ee4dea92c5a4fc2329959d6e7272c50b221a6 (diff)
downloadsims-66d338aec5d632927fa561a68310c8931938e9e0.tar.gz
sims-66d338aec5d632927fa561a68310c8931938e9e0.tar.bz2
sims-66d338aec5d632927fa561a68310c8931938e9e0.zip
Ported to scala 2.8.
Diffstat (limited to 'src/graphyx/tests/Test.scala')
-rw-r--r--src/graphyx/tests/Test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphyx/tests/Test.scala b/src/graphyx/tests/Test.scala
index b539283..ca0f8e8 100644
--- a/src/graphyx/tests/Test.scala
+++ b/src/graphyx/tests/Test.scala
@@ -11,6 +11,7 @@ trait Test {
val world: World
val title: String
def init(): Unit
+ var enableEvent: Boolean = false
def fireEvent(): Unit = println("No custom event method defined.")
override def toString() = title
}