net.sourceforge.jabm.event
Class ReportVariablesChangedEvent

java.lang.Object
  extended by net.sourceforge.jabm.event.SimEvent
      extended by net.sourceforge.jabm.event.ReportVariablesChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ReportVariablesChangedEvent
extends SimEvent

See Also:
Serialized Form
 

Field Summary
protected  ReportVariables reportVariables
           
 
Constructor Summary
ReportVariablesChangedEvent(ReportVariables reportVariables)
           
 
Method Summary
 ReportVariables getReportVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportVariables

protected ReportVariables reportVariables
Constructor Detail

ReportVariablesChangedEvent

public ReportVariablesChangedEvent(ReportVariables reportVariables)
Method Detail

getReportVariables

public ReportVariables getReportVariables()