org.jboss.seam.rest.example.client.tasks.analyzer
Class SimpleAnalyzer
java.lang.Object
org.jboss.seam.rest.example.client.tasks.analyzer.SimpleAnalyzer
@Singleton
public class SimpleAnalyzer
- extends Object
This analyzer generates simple statistics such as number of categories, tasks, etc.
- Author:
- Jozef Hartinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAnalyzer
public SimpleAnalyzer()
processTask
public void processTask(@Observes
Task task)
processCategory
public void processCategory(@Observes
Category category)
processResult
public void processResult(@Observes
ReportResultEvent result)
Copyright © 2011 Seam Framework. All Rights Reserved.