Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] SWT and runnable


Hi,

im writing an logger for Tomcat.
This logger runs an Socketserver an will send the Messages to connected Requests.

If i get in contact to the Logger using hyperterminal or Internet Explorer, everything works fine.

So i wrote an Plugin for Eclipse.

Who connects to the Logger and write occourend messages to the View.
Should i use Thread and runnable or Display.asyncExec(new Runnable)?

Back to the top