站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Class org.netbeans.modules.vcscore.commands.CommandTaskInfo (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Class
org.netbeans.modules.vcscore.commands.CommandTaskInfo

Packages that use CommandTaskInfo
org.netbeans.modules.vcscore.cmdline   
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
 

Uses of CommandTaskInfo in org.netbeans.modules.vcscore.cmdline
 

Methods in org.netbeans.modules.vcscore.cmdline with parameters of type CommandTaskInfo
 org.netbeans.modules.vcscore.runtime.RuntimeCommand UserCommandTask.getRuntimeCommand(CommandTaskInfo info)
           
 

Uses of CommandTaskInfo in org.netbeans.modules.vcscore.commands
 

Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandTaskInfo
 void DialogVisualizerWrapper.commandDone(CommandTaskInfo info)
           
 void DialogVisualizerWrapper.commandStarting(CommandTaskInfo info)
           
 void CommandProcessor.process(CommandTaskInfo info)
          Process the task.
 void CommandProcessListener.commandStarting(CommandTaskInfo info)
          This method is called when the command is just to be started.
 void CommandProcessListener.commandDone(CommandTaskInfo info)
          This method is called when the command is done.
 void CommandOutputCollector.commandStarting(CommandTaskInfo info)
          This method is called when the command is just to be started.
 void CommandOutputCollector.commandDone(CommandTaskInfo info)
          This method is called when the command is done.
 


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.