public class GuiceyLifecycleAdapter extends java.lang.Object implements GuiceyLifecycleListener
GuiceyLifecycleListener. Useful when you need to listen for multiple events: extend adapter
and override just required methods.| Constructor and Description |
|---|
GuiceyLifecycleAdapter() |
public void onEvent(GuiceyLifecycleEvent event)
GuiceyLifecycleListeneronEvent in interface GuiceyLifecycleListenerevent - event instancefor possible event typesprotected void configurationHooksProcessed(ConfigurationHooksProcessedEvent event)
protected void dropwizardBundlesInitialized(DropwizardBundlesInitializedEvent event)
protected void lookupBundlesResolved(BundlesFromLookupResolvedEvent event)
protected void bundlesResolved(BundlesResolvedEvent event)
protected void bundlesInitialized(BundlesInitializedEvent event)
protected void commandsResolved(CommandsResolvedEvent event)
protected void installersResolved(InstallersResolvedEvent event)
protected void manualExtensionsValidated(ManualExtensionsValidatedEvent event)
protected void classpathExtensionsResolved(ClasspathExtensionsResolvedEvent event)
protected void initialized(InitializedEvent event)
protected void beforeRun(BeforeRunEvent event)
protected void bundlesStarted(BundlesStartedEvent event)
protected void modulesAnalyzed(ModulesAnalyzedEvent event)
protected void extensionsResolved(ExtensionsResolvedEvent event)
protected void injectorCreation(InjectorCreationEvent event)
protected void extensionsInstalledBy(ExtensionsInstalledByEvent event)
protected void extensionsInstalled(ExtensionsInstalledEvent event)
protected void applicationRun(ApplicationRunEvent event)
protected void jerseyConfiguration(JerseyConfigurationEvent event)
protected void jerseyExtensionsInstalledBy(JerseyExtensionsInstalledByEvent event)
protected void jerseyExtensionsInstalled(JerseyExtensionsInstalledEvent event)
protected void applicationStarted(ApplicationStartedEvent event)