public interface ClientEventListener
associate method.| 限定符和类型 | 方法和说明 |
|---|---|
void |
associationClosed(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(IOException e)
e - the exception that occured.Copyright © 2025. All rights reserved.