Package jsl.observers
Interface ObserverIfc
-
- All Known Implementing Classes:
AcrossReplicationHalfWidthChecker,AcrossReplicationRelativePrecisionChecker,AnimationObserverAbstract,AntitheticEstimator,BatchStatisticObserver,CounterObserver,CSVExperimentReport,CSVReplicationReport,CSVReport,CSVResponseReport,ExecutiveTraceReport,ExperimentConsoleObserver,HospitalWard.BedObserver,IntermittentDemandStatistic,IPLogReport,JSLDatabaseObserver.SimulationDatabaseObserver,LogReport,ModelActionObserver,ModelElementObserver,ModelElementObserverExample,MoveableElementAnimationObserver,Mover2DObserver,MReplicationReport,MSummaryReport,MultipleComparisonDataCollector,ReplicationConsoleObserver,ReplicationDataCollector,ResourceAnimationObserver,ResourcePool.ResourceUnitObserver,RG2DMoverWriter,SimulationResponseDataCollector,SpatialModelTextFileObserver,STSStatisicalObserver,TestMetropolisHastings.WriteOut,TestObserverableObserver.Observer,TripWriter,TWBatchingElement.TWBatchStatisticObserver,VariableAnimationObserver,VariableTraceTextReport,WelchDataArrayObserver,WelchFileObserver
public interface ObserverIfcThis interface works with observers as a call back function for when the observable needs observing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(java.lang.Object theObserved, java.lang.Object arg)This method is called when the observable needs observing
-