Package org.eclipse.cbi.maven.http
Class AbstractCompletionListener
- java.lang.Object
-
- org.eclipse.cbi.maven.http.AbstractCompletionListener
-
- All Implemented Interfaces:
CompletionListener
public abstract class AbstractCompletionListener extends Object implements CompletionListener
-
-
Constructor Summary
Constructors Constructor Description AbstractCompletionListener(Path errorLogFolder, String errologPrefix, String errorLogSuffix, Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onError(HttpResult error)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.cbi.maven.http.CompletionListener
onSuccess
-
-
-
-
Method Detail
-
onError
public void onError(HttpResult error)
- Specified by:
onError
in interfaceCompletionListener
-
-