org.jboss.seam.rest.example.client.tasks.analyzer
Class LexicalAnalyzer
java.lang.Object
org.jboss.seam.rest.example.client.tasks.analyzer.LexicalAnalyzer
@Singleton
public class LexicalAnalyzer
- extends Object
This analyzer identifies the most often used word.
- Author:
- Jozef Hartinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LexicalAnalyzer
public LexicalAnalyzer()
processTask
public void processTask(@Observes
Task task)
reportResult
public void reportResult(@Observes
ReportResultEvent result)
Copyright © 2011 Seam Framework. All Rights Reserved.