Class CommandParser
- java.lang.Object
-
- com.levigo.jadice.server.msoffice.CommandParser
-
public class CommandParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CommandParser.Callback
-
Constructor Summary
Constructors Constructor Description CommandParser(InputStream stream, String officeInstanceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
boolean
isStop()
void
registerCallback(CommandParser.Callback callback)
void
start()
void
stop()
-
-
-
Constructor Detail
-
CommandParser
public CommandParser(InputStream stream, String officeInstanceName)
-
-
Method Detail
-
registerCallback
public void registerCallback(CommandParser.Callback callback)
-
start
public void start()
-
stop
public void stop()
-
isStop
public boolean isStop()
-
-