P4OutputHandlerpublic interface P4OutputHandler Interface for p4 job output stream handler. Classes implementing this interface
can be called back by P4Base.execP4Command(); |
Methods Summary |
---|
public void | process(java.lang.String line)implementations will be able to process lines of output from Perforce
|
|