com.opera.core.systems.model
Class ScriptResult

java.lang.Object
  extended by com.opera.core.systems.model.ScriptResult

public class ScriptResult
extends Object

Holds the result of a script execution, namely for an object. The Scope protocol assigns an object ID for each object retrieved through the protocol, this ID can be used later to release the object.

Author:
Deniz Turkoglu

Constructor Summary
ScriptResult(int objectId, String className)
           
 
Method Summary
 String getClassName()
           
 int getObjectId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptResult

public ScriptResult(int objectId,
                    String className)
Method Detail

getObjectId

public int getObjectId()

getClassName

public String getClassName()


Copyright © 2012. All Rights Reserved.