public static interface SampleModel.Listener extends EventListener
SampleModelImplementation
.Modifier and Type | Method and Description |
---|---|
void |
newSample()
Called when the model has a new sample.
|
void |
newTests(Set<Test> newTests,
ModelTestIndex modelTestIndex)
Called when new tests have been added to the model.
|
void |
resetTests()
Called when existing tests and statistics views should be
discarded.
|
void |
stateChanged()
Called when the model state has changed.
|
void stateChanged()
void newSample()
void newTests(Set<Test> newTests, ModelTestIndex modelTestIndex)
newTests
- The new tests.modelTestIndex
- New index structure for the model's tests.void resetTests()
Copyright © 2000-2014. All Rights Reserved.