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