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.

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 getState() has changed.

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 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:

onProvisionException

void onProvisionException (Exception exception)

Parameters
exception Exception

onStateChanged

void onStateChanged (int state)

Indicates the value of getState() has changed.

Parameters
state int

See also: