com.qualcommlabs.usercontext
Interface ConnectorPermissionChangeListener


public interface ConnectorPermissionChangeListener

The listener interface for receiving permissionChange events. The class that is interested in processing a permissionChange event implements this interface, and the object created with that class is registered with a component using the component's addConnectorPermissionChangeListener method. When the permissionChange event occurs, that object's appropriate method is invoked.

See Also:
PermissionChangeEvent

Method Summary
 void permissionChanged(Boolean enabled)
          Permission changed.
 

Method Detail

permissionChanged

void permissionChanged(Boolean enabled)
Permission changed.

Parameters:
enabled - the connector permissions


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.