For example:
class Main { public hasBeenUpdated = false; public updateMain(){ this.hasBeenUpdated = true; } public persistUpdate(){ this.h