Package jsl.observers.textfile
Class MSummaryReport
- java.lang.Object
-
- jsl.observers.textfile.MSummaryReport
-
- All Implemented Interfaces:
ObserverIfc
public class MSummaryReport extends java.lang.Object implements ObserverIfc
-
-
Field Summary
Fields Modifier and Type Field Description protected Model
myModel
protected java.util.Collection<ResponseVariable>
myResponseVariables
-
Constructor Summary
Constructors Constructor Description MSummaryReport(java.nio.file.Path pathToFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(java.lang.Object observable, java.lang.Object obj)
This method is called when the observable needs observing
-
-
-
Field Detail
-
myResponseVariables
protected java.util.Collection<ResponseVariable> myResponseVariables
-
myModel
protected Model myModel
-
-
Method Detail
-
update
public void update(java.lang.Object observable, java.lang.Object obj)
Description copied from interface:ObserverIfc
This method is called when the observable needs observing- Specified by:
update
in interfaceObserverIfc
- Parameters:
observable
- the thing observedobj
- an object of info
-
-