181182183184185186187188189190
} public WizardFactory getWizardFactory() { if ( wizardFactory == null ) { wizardFactory = new WizardFactoryImpl( this, eventBus ); } return wizardFactory; }