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

VcsAdditionalCommand.ImmediateOutput (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.cmdline
Interface VcsAdditionalCommand.ImmediateOutput

Enclosing interface:
VcsAdditionalCommand

public static interface VcsAdditionalCommand.ImmediateOutput

When the command supports an immediate output (output of partial lines), it should implement this interface and allow to add text listeners that are called with the immediate text output.


Method Summary
 void addImmediateTextErrorListener(TextOutputListener tel)
          Add an immediate text listener to the error output.
 void addImmediateTextOutputListener(TextOutputListener tol)
          Add an immediate text listener to the standard output.
 

Method Detail

addImmediateTextOutputListener

public void addImmediateTextOutputListener(TextOutputListener tol)
Add an immediate text listener to the standard output. The String passed to this listener will not correspond with lines terminated by newline character.


addImmediateTextErrorListener

public void addImmediateTextErrorListener(TextOutputListener tel)
Add an immediate text listener to the error output. The String passed to this listener will not correspond with lines terminated by newline character.


 

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