|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void addTextOutputListener(TextOutputListener listener)
public void removeTextOutputListener(TextOutputListener listener)
public void addTextErrorListener(TextErrorListener listener)
public void removeTextErrorListener(TextErrorListener listener)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |