org.jboss.seam.rest.example.client.tasks.spi
Class ReportResultEvent
java.lang.Object
org.jboss.seam.rest.example.client.tasks.spi.ReportResultEvent
public class ReportResultEvent
- extends Object
Observe the ReportResultEvent to report results of the statistics calculation.
- Author:
- Jozef Hartinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportResultEvent
public ReportResultEvent()
clear
public void clear()
getResults
public Map<String,String> getResults()
addResult
public void addResult(String key,
String value)
Copyright © 2011 Seam Framework. All Rights Reserved.