@Override public void exec(IActivity activity) { activity.dispatch(activityReceiver); }
/** @return true if the given Activity was created locally */ protected boolean local(IActivity activity) { return activity.getSource().isLocal(); }