public interface HelloListener
HelloData from hello messages.
Registration for receiving such hello message is done by the DefaultClient.registerHelloListening(SearchParameter, HelloListener).| Modifier and Type | Method and Description |
|---|---|
void |
helloReceived(HelloData helloData)
This method is called, if matching hello was received.
|
void helloReceived(HelloData helloData)
helloData - Hello data object.