com.qualcommlabs.usercontext
Interface PermissionChangeListener
Deprecated. As of release 0.35, replaced by
ConnectorPermissionChangeListener
@Deprecated
public interface PermissionChangeListener
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
addPermissionChangeListener method. When
the permissionChange event occurs, that object's appropriate
method is invoked.
- See Also:
PermissionChangeEvent
permissionChanged
@Deprecated
void permissionChanged(ContextConnectorPermissions contextConnectorPermissions)
- Deprecated. As of release 0.35, replaced by
ConnectorPermissionChangeListener.permissionChanged(Boolean)
- Permission changed.
- Parameters:
contextConnectorPermissions
- the context connector permissions
Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.