Commit | Date | |
---|---|---|
2010-04-26 16:33:48 | Tree | |
[r11290]
by
yu_vsp
|
2010-04-26 16:27:43 | Tree |
2010-04-26 14:14:12 | Tree | |
[r11288]
by
mrieser
code cleanup, use interface instead of implementation in many places. |
2010-04-26 13:55:19 | Tree |
2010-04-26 13:43:45 | Tree | |
2010-04-26 11:43:20 | Tree | |
2010-04-26 09:57:23 | Tree | |
2010-04-26 09:55:32 | Tree | |
[r11283]
by
mrieser
OTFClient no longer extends from Thread, but now implements Runnable. This means, it can no longer be started with "new OTFClient(...).start();", but must be called either with ".run();" to have it run in the same thread, or with "new Thread(new OTFClient(...)).start();" to have it running in another thread (e.g. for live-visualization). Adapted code where necessary. |
2010-04-26 09:46:14 | Tree |
2010-04-26 08:56:38 | Tree |