AI-generated Key Takeaways
-
CapabilityClient.OnCapabilityChangedListener is an interface that listens for changes in reachable nodes providing a capability.
-
This interface implements the CapabilityApi.CapabilityListener interface.
-
The interface has one abstract method, onCapabilityChanged, which is called when a capability changes.
public static interface CapabilityClient.OnCapabilityChangedListener implements CapabilityApi.CapabilityListener
Listener for changes in the reachable nodes providing a capability.
Public Method Summary
| abstract void |
onCapabilityChanged(CapabilityInfo
capabilityInfo)
|