private static class JRubyApplet.TrivialFacade extends java.lang.Object implements JRubyApplet.Facade
| Constructor and Description |
|---|
TrivialFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(Ruby runtime,
java.applet.Applet applet) |
void |
destroy() |
java.io.PrintStream |
getErrorStream() |
java.io.InputStream |
getInputStream() |
java.io.PrintStream |
getOutputStream() |
public java.io.InputStream getInputStream()
getInputStream in interface JRubyApplet.Facadepublic java.io.PrintStream getOutputStream()
getOutputStream in interface JRubyApplet.Facadepublic java.io.PrintStream getErrorStream()
getErrorStream in interface JRubyApplet.Facadepublic void attach(Ruby runtime, java.applet.Applet applet)
attach in interface JRubyApplet.Facadepublic void destroy()
destroy in interface JRubyApplet.Facade