org.jboss.seam.rest.examples.client.tasks.analyzer
Class SimpleAnalyzer

java.lang.Object
  extended by org.jboss.seam.rest.examples.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

Constructor Summary
SimpleAnalyzer()
           
 
Method Summary
 void processCategory(Category category)
           
 void processResult(ReportResultEvent result)
           
 void processTask(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAnalyzer

public SimpleAnalyzer()
Method Detail

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.