Package org.eclipse.cbi.maven.http
Interface CompletionListener
- All Known Implementing Classes:
AbstractCompletionListener,RemoteJarSigner.OverwriteJarOnSuccess
public interface CompletionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(HttpResult error) voidonSuccess(HttpResult result)
-
Method Details
-
onSuccess
- Throws:
IOException
-
onError
- Throws:
IOException
-