程序包 jmccc.cli.launch

类 CliListener

java.lang.Object
jmccc.cli.launch.CliListener
所有已实现的接口:
org.to2mbn.jmccc.launch.ProcessListener

public class CliListener extends Object implements org.to2mbn.jmccc.launch.ProcessListener
  • 构造器详细资料

    • CliListener

      public CliListener()
  • 方法详细资料

    • onLog

      public void onLog(String log)
      指定者:
      onLog 在接口中 org.to2mbn.jmccc.launch.ProcessListener
    • onErrorLog

      public void onErrorLog(String log)
      指定者:
      onErrorLog 在接口中 org.to2mbn.jmccc.launch.ProcessListener
    • onExit

      public void onExit(int code)
      指定者:
      onExit 在接口中 org.to2mbn.jmccc.launch.ProcessListener