|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keplerproject.luajava.Console
public class Console
Simple LuaJava console. This is also an example on how to use the Java side of LuaJava and how to startup a LuaJava application.
Constructor Summary | |
---|---|
Console()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Creates a console for user interaction. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Console()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- names of the lua files to be executed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |