com::google::scrollview::ScrollView Class Reference
List of all members.
Detailed Description
The ScrollView class is the main class which gets started from the command line. It sets up LUA and handles the network processing.
- Author:
- wanke@google.com
Member Function Documentation
static void com::google::scrollview::ScrollView::addMessage |
( |
SVEvent |
e |
) |
[inline, static] |
Add a new message to the outgoing queue
static void com::google::scrollview::ScrollView::exit |
( |
|
) |
[inline, static] |
Called from the client to make the server exit.
static void com::google::scrollview::ScrollView::main |
( |
String[] |
args |
) |
[inline, static] |
The main function. Sets up LUA and the server connection and then calls the IOLoop.
static String com::google::scrollview::ScrollView::receiveMessage |
( |
|
) |
throws IOException [inline, static] |
Read one message from client (assuming there are any).
Member Data Documentation
Prints all received messages to the console if true.
Keeps track of the number of messages received.
The port our server listens at.
The documentation for this class was generated from the following file:
- /home/rays/src/opensrc/tesseract-ocr/java/com/google/scrollview/ScrollView.java