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 | |
|---|---|
  
    
  
    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 current LowpanIdentity object that is provisioned on this
     interface. If null, this indicates that the value of isProvisioned() is false and that getLowpanProvisioningParams(boolean) will return null. If
     non-null, it indicates that the value of isProvisioned() is true, and that getLowpanProvisioningParams(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