Package org.netxms.client.server
Interface ServerConsoleListener
-
public interface ServerConsoleListenerInterface for listener for server's console output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConsoleOutput(String text)Called by session when new console output sent to client.
-
-
-
Method Detail
-
onConsoleOutput
void onConsoleOutput(String text)
Called by session when new console output sent to client.- Parameters:
text- text to be shown on console
-
-