package greenfoot.export; import threadchecker.OnThread; import threadchecker.Tag;top, use, map, interface ScenarioSaver
| Interface for saving the scenario when needed. | | @author Amjad Altadmri | public interface ScenarioSaver {
| Called when the scenario should be saved. For example, | before publishing. | @OnThread(Tag.FXPlatform) void doSave(); }