LowpanInterface.Callback
  public
  static
  
  abstract
  class
  LowpanInterface.Callback
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.google.android.things.lowpan.LowpanInterface.Callback | 
Callback base class for LowpanInterface.
See also:
Summary
| Public constructors | |
|---|---|
| 
      LowpanInterface.Callback()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      onLowpanIdentityChanged(LowpanIdentity identity)
      Indicates changes to network identity this interface is provisioned for. | 
| 
        
        
        
        
        
        void | 
      onProvisionException(Exception exception)
       | 
| 
        
        
        
        
        
        void | 
      onStateChanged(int state)
      Indicates the value of  | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
Public constructors
LowpanInterface.Callback
LowpanInterface.Callback ()
Public methods
onLowpanIdentityChanged
void onLowpanIdentityChanged (LowpanIdentity identity)
Indicates changes to network identity this interface is provisioned for.
| Parameters | |
|---|---|
| identity | LowpanIdentity: The currentLowpanIdentityobject that is provisioned on this
     interface. Ifnull, this indicates that the value ofisProvisioned()is false and thatgetLowpanProvisioningParams(boolean)will returnnull. If
     non-null, it indicates that the value ofisProvisioned()is true, and thatgetLowpanProvisioningParams(boolean)will return the full provision. | 
See also:
onStateChanged
void onStateChanged (int state)
Indicates the value of getState() has changed.
| Parameters | |
|---|---|
| state | int | 
See also:
- Classes
- Exceptions
