addErrorListener abstract method

void addErrorListener(
  1. PanoramaErrorListener errorListener
)

Adds error listener.

The class does not retain the object in the 'errorListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

errorListener Listeners that notify when a panorama failed to open.

Implementation

void addErrorListener(PanoramaErrorListener errorListener);