public interface ClientEventListener
associate method.| Modifier and Type | Method | Description |
|---|---|---|
void |
associationClosed(java.io.IOException e) |
Invoked when an IOException occurred for the association.
|
void |
newReport(Report report) |
Invoked when a new report arrives.
|
void newReport(Report report)
report - the report that arrived.void associationClosed(java.io.IOException e)
e - the exception that occured.