void fireNewSplashScreenActiveEvent() {
newSplashScreenActiveEvent.fire( new NewSplashScreenActiveEvent() );
}
void firePerspectiveChangeEvent( PerspectiveActivity activity ) {
perspectiveChangeEvent.fire( new PerspectiveChange( activity.getPerspective(), activity.getMenus(), activity.getIdentifier() ) );
}