org.jboss.seam.rest.example.client.tasks.spi
Class ReportResultEvent

java.lang.Object
  extended by 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

Constructor Summary
ReportResultEvent()
           
 
Method Summary
 void addResult(String key, String value)
           
 void clear()
           
 Map<String,String> getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportResultEvent

public ReportResultEvent()
Method Detail

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.