Package org.eclipse.cbi.maven.http
Interface CompletionListener
-
- All Known Implementing Classes:
AbstractCompletionListener
public interface CompletionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(HttpResult error)
void
onSuccess(HttpResult result)
-
-
-
Method Detail
-
onSuccess
void onSuccess(HttpResult result) throws IOException
- Throws:
IOException
-
onError
void onError(HttpResult error) throws IOException
- Throws:
IOException
-
-