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