Sony Addon SDK
public static interface

IrManager.Listener

This project is no longer being supported and will not get any further updates.

Class Overview

This interface is a listener to IrManager and handles callbacks and notifications based on actions of the IrManager.

Summary

Public Methods
void onActivated(IrManager irManager)

Callback for activate command.

void onDeviceRegistered(Device d)

Notification that indicates the device registration by other client.

void onDeviceUnregistered(Device d)

Notification that indicates the device unregistration by other client.

void onDeviceAttributeChanged(Device d)

Notification that indicates the change of an attribute of the device by other client.

void onError(Status status)

Notification that indicates error.

Public Methods

public void onActivated(IrManager irManager)

Callback for activate command.

Parameters
irManager Instance of IrManager which is activated.
See Also

public void onDeviceRegistered(Device d)

Notification that indicates the device registration by other client.

Parameters
d the device that has just registered.

public void onDeviceUnregistered(Device d)

Notification that indicates the device unregistration by other client.

Parameters
d the device that has just unregistered.

public void onDeviceAttributeChanged(Device d)

Notification that indicates the change of an attribute of the device by other client.

Parameters
d the device that has changed attributes.

public void onError(Status status)

Notification that indicates error.

Parameters
status