summaryrefslogtreecommitdiff
path: root/NET/worlds/scape/KeyUpHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'NET/worlds/scape/KeyUpHandler.java')
-rw-r--r--NET/worlds/scape/KeyUpHandler.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/NET/worlds/scape/KeyUpHandler.java b/NET/worlds/scape/KeyUpHandler.java
new file mode 100644
index 0000000..c6678b2
--- /dev/null
+++ b/NET/worlds/scape/KeyUpHandler.java
@@ -0,0 +1,12 @@
+package NET.worlds.scape;
+
+public abstract interface KeyUpHandler
+{
+ public abstract boolean handle(KeyUpEvent paramKeyUpEvent);
+}
+
+
+/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\KeyUpHandler.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 0.7.1
+ */ \ No newline at end of file