package com.metaio.sdk.jni;

public class IARELInterpreterCallback
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IARELInterpreterCallback()
  {
    this(MetaioSDKJNI.new_IARELInterpreterCallback(), true);
    MetaioSDKJNI.IARELInterpreterCallback_director_connect(this, this.swigCPtr, this.swigCMemOwn, false);
  }

  public IARELInterpreterCallback(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IARELInterpreterCallback paramIARELInterpreterCallback)
  {
    if (paramIARELInterpreterCallback == null)
      return 0L;
    return paramIARELInterpreterCallback.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IARELInterpreterCallback(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public void onSDKReady()
  {
    if (getClass() == IARELInterpreterCallback.class)
    {
      MetaioSDKJNI.IARELInterpreterCallback_onSDKReady(this.swigCPtr, this);
      return;
    }
    MetaioSDKJNI.IARELInterpreterCallback_onSDKReadySwigExplicitIARELInterpreterCallback(this.swigCPtr, this);
  }

  public void onSceneOptionsParsed(ARELSceneOptionVector paramARELSceneOptionVector)
  {
    if (getClass() == IARELInterpreterCallback.class)
    {
      MetaioSDKJNI.IARELInterpreterCallback_onSceneOptionsParsed(this.swigCPtr, this, ARELSceneOptionVector.getCPtr(paramARELSceneOptionVector), paramARELSceneOptionVector);
      return;
    }
    MetaioSDKJNI.IARELInterpreterCallback_onSceneOptionsParsedSwigExplicitIARELInterpreterCallback(this.swigCPtr, this, ARELSceneOptionVector.getCPtr(paramARELSceneOptionVector), paramARELSceneOptionVector);
  }

  public void onSceneReady()
  {
    if (getClass() == IARELInterpreterCallback.class)
    {
      MetaioSDKJNI.IARELInterpreterCallback_onSceneReady(this.swigCPtr, this);
      return;
    }
    MetaioSDKJNI.IARELInterpreterCallback_onSceneReadySwigExplicitIARELInterpreterCallback(this.swigCPtr, this);
  }

  public void openPOIDetail(IARELObject paramIARELObject)
  {
    if (getClass() == IARELInterpreterCallback.class)
    {
      MetaioSDKJNI.IARELInterpreterCallback_openPOIDetail(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
      return;
    }
    MetaioSDKJNI.IARELInterpreterCallback_openPOIDetailSwigExplicitIARELInterpreterCallback(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
  }

  public boolean openWebsite(String paramString)
  {
    if (getClass() == IARELInterpreterCallback.class)
      return MetaioSDKJNI.IARELInterpreterCallback_openWebsite__SWIG_1(this.swigCPtr, this, paramString);
    return MetaioSDKJNI.IARELInterpreterCallback_openWebsiteSwigExplicitIARELInterpreterCallback__SWIG_1(this.swigCPtr, this, paramString);
  }

  public boolean openWebsite(String paramString, boolean paramBoolean)
  {
    if (getClass() == IARELInterpreterCallback.class)
      return MetaioSDKJNI.IARELInterpreterCallback_openWebsite__SWIG_0(this.swigCPtr, this, paramString, paramBoolean);
    return MetaioSDKJNI.IARELInterpreterCallback_openWebsiteSwigExplicitIARELInterpreterCallback__SWIG_0(this.swigCPtr, this, paramString, paramBoolean);
  }

  public boolean playVideo(PathOrURL paramPathOrURL)
  {
    if (getClass() == IARELInterpreterCallback.class)
      return MetaioSDKJNI.IARELInterpreterCallback_playVideo(this.swigCPtr, this, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
    return MetaioSDKJNI.IARELInterpreterCallback_playVideoSwigExplicitIARELInterpreterCallback(this.swigCPtr, this, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
  }

  public boolean shareScreenshot(ByteBuffer paramByteBuffer, boolean paramBoolean)
  {
    if (getClass() == IARELInterpreterCallback.class)
      return MetaioSDKJNI.IARELInterpreterCallback_shareScreenshot(this.swigCPtr, this, ByteBuffer.getCPtr(paramByteBuffer), paramByteBuffer, paramBoolean);
    return MetaioSDKJNI.IARELInterpreterCallback_shareScreenshotSwigExplicitIARELInterpreterCallback(this.swigCPtr, this, ByteBuffer.getCPtr(paramByteBuffer), paramByteBuffer, paramBoolean);
  }

  protected void swigDirectorDisconnect()
  {
    this.swigCMemOwn = false;
    delete();
  }

  public void swigReleaseOwnership()
  {
    this.swigCMemOwn = false;
    MetaioSDKJNI.IARELInterpreterCallback_change_ownership(this, this.swigCPtr, false);
  }

  public void swigTakeOwnership()
  {
    this.swigCMemOwn = true;
    MetaioSDKJNI.IARELInterpreterCallback_change_ownership(this, this.swigCPtr, true);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.IARELInterpreterCallback
 * JD-Core Version:    0.6.2
 */