}
// If there are child views, call update method
if ((this.hasViews()) && ((newDataToPost != null) || (oldDataToPost != null)))
{
updateChildren((newDataToPost != null) ? newDataToPost.toArray() : null,
(oldDataToPost != null) ? oldDataToPost.toArray() : null);
}
}
public void internalHandleAdded(EventBean newEvent) {