com.opera.core.systems.model
Class ScriptResult
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptResult
public ScriptResult(int objectId,
String className)
getObjectId
public int getObjectId()
getClassName
public String getClassName()
Copyright © 2012. All Rights Reserved.