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

TextOutputCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Interface TextOutputCommand

All Superinterfaces:
Command
All Known Subinterfaces:
VcsDescribedCommand

public interface TextOutputCommand
extends Command

This class represents a command which produce a text output.


Method Summary
 void addTextErrorListener(TextErrorListener listener)
          Add a text listener to the error output of the command.
 void addTextOutputListener(TextOutputListener listener)
          Add a text listener to the standard output of the command.
 void removeTextErrorListener(TextErrorListener listener)
          Remove a text listener from the error output of the command.
 void removeTextOutputListener(TextOutputListener listener)
          Remove a text listener from the standard output of the command.
 
Methods inherited from interface org.netbeans.api.vcs.commands.Command
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode
 

Method Detail

addTextOutputListener

public void addTextOutputListener(TextOutputListener listener)
Add a text listener to the standard output of the command.


removeTextOutputListener

public void removeTextOutputListener(TextOutputListener listener)
Remove a text listener from the standard output of the command.


addTextErrorListener

public void addTextErrorListener(TextErrorListener listener)
Add a text listener to the error output of the command.


removeTextErrorListener

public void removeTextErrorListener(TextErrorListener listener)
Remove a text listener from the error output of the command.


 

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