/** Reset this behaviour. */ public void reset() { reinit(); super.reset(); }
public void onStart() { getDataStore().put(initiationKey, initiation); super.onStart(); }