Package repast.simphony.data2.wizard
Interface CompletableStep
- All Known Implementing Classes:
AggregateSourceStep
,NonAggregateSourceStep
public interface CompletableStep
Interface for steps that require other classes to notify
them of the compeletion status.
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
complete
Notifies this CompletableStep that the source is or is not complete.- Parameters:
source
-complete
-
-