Page Summary
-
CapabilityApi.CapabilityListener is an interface for listening to changes in reachable nodes providing a capability.
-
This interface is deprecated and developers should use CapabilityClient.OnCapabilityChangedListener instead.
-
The interface has one abstract method,
onCapabilityChanged, which is called when capability information changes. -
Known indirect subclasses include CapabilityClient.OnCapabilityChangedListener and WearableListenerService.
| Known Indirect Subclasses |
This interface is deprecated.
Use
CapabilityClient.OnCapabilityChangedListener.
Listener for changes in the reachable nodes providing a capability.
Public Method Summary
| abstract void |
onCapabilityChanged(CapabilityInfo
capabilityInfo)
|