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