Searched refs:ParserThread (Results 1 – 1 of 1) sorted by relevance
671 class ParserThread implements Runnable { in main() class674 public ParserThread(String[] messagesToParse) { in main() method in StringMsgParser.ParserThread699 new Thread(new ParserThread(messages)).start(); in main()