org.netbeans.lib.cvsclient.commandLine
Interface ListenerProvider


public interface ListenerProvider

for commands created in commandLine.command, that don't want to have the BasicListener attached to the created command, but rather a custom one.

Author:
milos

Method Summary
 CVSListener createCVSListener(PrintStream stdout, PrintStream stderr)
           
 

Method Detail

createCVSListener

CVSListener createCVSListener(PrintStream stdout,
                              PrintStream stderr)


Copyright © 2011. All Rights Reserved.