Package com.atlassian.bamboo.capture
Class NoopCommandListener
java.lang.Object
com.atlassian.bamboo.capture.NoopCommandListener
- All Implemented Interfaces:
FFMpegCommandListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend(int exitCode) voidoutputLine(String line) voidprogress(FFMpegProgressEvent event) voidstart()
-
Constructor Details
-
NoopCommandListener
public NoopCommandListener()
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceFFMpegCommandListener
-
outputLine
- Specified by:
outputLinein interfaceFFMpegCommandListener
-
progress
- Specified by:
progressin interfaceFFMpegCommandListener
-
end
public void end(int exitCode) - Specified by:
endin interfaceFFMpegCommandListener
-