}
private void notifyStartBean(Fragment source, ExecutionContext executionContext) {
BeanContext beanContext = executionContext.getBeanContext();
beanContext.notifyObservers(new BeanContextLifecycleEvent(executionContext,
source, BeanLifecycle.START_FRAGMENT, beanContext.getBeanId(bindTo), ""));
}
public void executeVisitLifecycleCleanup(Fragment fragment, ExecutionContext executionContext) {
BeanContext beanContext = executionContext.getBeanContext();