protected final void fireContentAdded(WindowSectionContent added) {
sectionListeners.call().contentAdded(new WindowSectionEvent(this, added));
}
protected final void fireContentRemoved(WindowSectionContent removed) {
sectionListeners.call().contentRemoved(new WindowSectionEvent(this, removed));
}