Synergy Home Page

au.edu.swin.synergy.plugin.command
Interface BOnCommand

All Known Implementing Classes:
BStats, BSyndCmdLine.BMainSyndicateCL, BSyndCmdLine.BGetTasksCL, BSyndCmdLine.BAddLogCL, BSyndCmdLine.BAddTaskCL, BSyndCmdLine.BSyndRefreshCL, BPluginTest2, BUserDBCommand

public abstract interface BOnCommand


Method Summary
 String getHelp(BStringList params)
           
 int onCommand(BStringList params, InputStream in, PrintStream out)
           
 

Method Detail

onCommand

public int onCommand(BStringList params,
                     InputStream in,
                     PrintStream out)

getHelp

public String getHelp(BStringList params)

Synergy Home Page