|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDiscoveryListener
Interface for things that want to listen to discovery events. This will allow discovery to be used outside of the TCP lateral.
Method Summary | |
---|---|
void |
addDiscoveredService(DiscoveredService service)
Add the service if needed. |
void |
removeDiscoveredService(DiscoveredService service)
Remove the service from the list. |
Method Detail |
---|
void addDiscoveredService(DiscoveredService service)
service
- the service to addvoid removeDiscoveredService(DiscoveredService service)
service
- the service to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |