org.netxms.client
Interface ServerConsoleListener


public interface ServerConsoleListener

Interface for listener for server's console output


Method Summary
 void onConsoleOutput(java.lang.String text)
          Called by session when new console output sent to client.
 

Method Detail

onConsoleOutput

void onConsoleOutput(java.lang.String text)
Called by session when new console output sent to client.

Parameters:
text - text to be shown on console


Copyright © 2013. All Rights Reserved.