org.drools.guvnor.client.rpc
Class SingleScenarioResult

java.lang.Object
  extended by org.drools.guvnor.client.rpc.SingleScenarioResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SingleScenarioResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Field Summary
 List<String[]> auditLog
          Maps from event type to message to display.
 ScenarioRunResult result
           
 
Constructor Summary
SingleScenarioResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public ScenarioRunResult result

auditLog

public List<String[]> auditLog
Maps from event type to message to display.

Constructor Detail

SingleScenarioResult

public SingleScenarioResult()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.