Uses of Interface
siouxsie.mvc.IInitializer

Packages that use IInitializer
siouxsie.mvc   
siouxsie.mvc.impl   
 

Uses of IInitializer in siouxsie.mvc
 

Subinterfaces of IInitializer in siouxsie.mvc
 interface IInitializerContainer
          Container for IInitializer.
 

Methods in siouxsie.mvc with parameters of type IInitializer
 void IInitializerContainer.addInitializer(IInitializer initializer)
          Add an Initializer to the stack.
 

Uses of IInitializer in siouxsie.mvc.impl
 

Classes in siouxsie.mvc.impl that implement IInitializer
 class GuiceInitializer
          Initializer using the Guice XWork container to inject IScreen.
 class InitializerContainer
          Basic implementation of IInitializerContainer.
 

Methods in siouxsie.mvc.impl with parameters of type IInitializer
 void InitializerContainer.addInitializer(IInitializer initializer)
           
 



Copyright © 2006-2008 null. All Rights Reserved.