Beispiel #1
0
  public Activity activateIn(Swarm context) {
    super.activateIn(context);

    // Now activate our schedule in ourselves.
    // This arranges for the excution of the schedule we built.

    displaySchedules.activateIn(this);

    // Activate returns the swarm activity

    return getActivity();
  }