* NOT PART OF TBOX BUILD *

Fixed 54348


git-svn-id: svn://10.0.0.236/trunk@80067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2000-09-28 11:27:41 +00:00
parent 4eddbc72ad
commit 21e5afbcd7

View File

@@ -36,7 +36,10 @@ public class PlugletPeerImpl implements PlugletPeer {
* Returns the value of a variable associated with the pluglet manager.
* @param variable the pluglet manager variable to get
*/
public native String getValue(int variable);
public String getValue(int variable) {
throw(new UnsupportedOperationException("PlagletPeer.getValue not implemented yet"));
}
/**
* This operation is called by the pluglet instance when it wishes to send a stream of data to the browser. It constructs a
* new output stream to which the pluglet may send the data. When complete, the Close and Release methods should be