jholleran / cluster-client

SSH Client that control a cluster of servers
5 stars 0 forks source link

TextListener to include an OutputStrean #2

Open jholleran opened 11 years ago

jholleran commented 11 years ago

Currently the TextListener interface only include a print method that takes a String. This prints the output to the user. Change ShellCommandService to connect this to the ssh client.

jholleran commented 11 years ago

Pipe this stream into the read method of the JXEditorPane