notes and updating to registerMethod()

This commit is contained in:
benfry
2012-10-26 18:12:51 +00:00
parent 868b552e1a
commit 0f776dfd24
6 changed files with 16 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ public class Client implements Runnable {
thread = new Thread(this);
thread.start();
parent.registerDispose(this);
parent.registerMethod("dispose", this);
// reflection to check whether host applet has a call for
// public void clientEvent(processing.net.Client)

View File

@@ -76,7 +76,7 @@ public class Server implements Runnable {
thread = new Thread(this);
thread.start();
parent.registerDispose(this);
parent.registerMethod("dispose", this);
// reflection to check whether host applet has a call for
// public void serverEvent(Server s, Client c);