Uses of Interface
org.sonatype.gshell.event.EventManager

Packages that use EventManager
org.sonatype.gshell.alias Alias support. 
org.sonatype.gshell.command.registry Command registry components. 
org.sonatype.gshell.command.resolver Command resolver components. 
org.sonatype.gshell.event Event management. 
org.sonatype.gshell.guice Support for building shells with Google Guice
org.sonatype.gshell.help Help page system. 
org.sonatype.gshell.shell   
org.sonatype.gshell.variables   
 

Uses of EventManager in org.sonatype.gshell.alias
 

Constructors in org.sonatype.gshell.alias with parameters of type EventManager
AliasNameCompleter(EventManager events, AliasRegistry aliases)
           
AliasRegistryImpl(EventManager events)
           
 

Uses of EventManager in org.sonatype.gshell.command.registry
 

Constructors in org.sonatype.gshell.command.registry with parameters of type EventManager
CommandNameCompleter(EventManager events, CommandRegistry commands)
           
CommandRegistrarSupport(EventManager events)
           
CommandRegistryImpl(EventManager events)
           
 

Uses of EventManager in org.sonatype.gshell.command.resolver
 

Constructors in org.sonatype.gshell.command.resolver with parameters of type EventManager
CommandResolverImpl(javax.inject.Provider<Variables> variables, EventManager events, CommandRegistry commands)
           
 

Uses of EventManager in org.sonatype.gshell.event
 

Classes in org.sonatype.gshell.event that implement EventManager
 class EventManagerImpl
          The default EventManager components.
 

Methods in org.sonatype.gshell.event with parameters of type EventManager
 void EventAware.setEventManager(EventManager manager)
           
 

Uses of EventManager in org.sonatype.gshell.guice
 

Constructors in org.sonatype.gshell.guice with parameters of type EventManager
CommandRegistrarImpl(org.sonatype.guice.bean.locators.MutableBeanLocator container, EventManager events, CommandRegistry registry)
           
 

Uses of EventManager in org.sonatype.gshell.help
 

Constructors in org.sonatype.gshell.help with parameters of type EventManager
HelpPageManagerImpl(EventManager events, AliasRegistry aliases, CommandResolver resolver, HelpContentLoader loader)
           
MetaHelpPageNameCompleter(EventManager events, HelpPageManager helpPages)
           
 

Uses of EventManager in org.sonatype.gshell.shell
 

Constructors in org.sonatype.gshell.shell with parameters of type EventManager
ShellImpl(EventManager events, CommandExecutor executor, Branding branding, IO io, Variables variables)
           
 

Uses of EventManager in org.sonatype.gshell.variables
 

Methods in org.sonatype.gshell.variables with parameters of type EventManager
 void VariablesImpl.setEventManager(EventManager eventManager)
           
 

Constructors in org.sonatype.gshell.variables with parameters of type EventManager
VariableNameCompleter(EventManager events, javax.inject.Provider<Variables> variables)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.