org.ws4d.java.client
Interface HelloListener

All Known Implementing Classes:
DefaultClient

public interface HelloListener

Implementation of this interface is used to receive HelloData from hello messages. Registration for receiving such hello message is done by the DefaultClient#registerHelloListening(SearchParameter, HelloListener).


Method Summary
 void helloReceived(HelloData helloData)
          This method is called, if matching hello was received.
 

Method Detail

helloReceived

void helloReceived(HelloData helloData)
This method is called, if matching hello was received.

Parameters:
helloData - Hello data object.