Uses of Class
roboguice.event.EventThread

Packages that use EventThread
roboguice.event   
roboguice.event.eventListener.factory   
 

Uses of EventThread in roboguice.event
 

Fields in roboguice.event declared as EventThread
protected  EventThread ObservesTypeListener.ContextObserverMethodInjector.threadType
           
 

Methods in roboguice.event that return EventThread
static EventThread EventThread.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventThread[] EventThread.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in roboguice.event with parameters of type EventThread
protected
<I,T> void
ObservesTypeListener.registerContextObserver(com.google.inject.spi.TypeEncounter<I> iTypeEncounter, Method method, Class<T> parameterType, EventThread threadType)
          Error checks the observed method and registers method with typeEncounter
 

Constructors in roboguice.event with parameters of type EventThread
ObservesTypeListener.ContextObserverMethodInjector(com.google.inject.Provider<EventManager> eventManagerProvider, EventListenerThreadingDecorator observerThreadingDecorator, Method method, Class<T> event, EventThread threadType)
           
 

Uses of EventThread in roboguice.event.eventListener.factory
 

Methods in roboguice.event.eventListener.factory with parameters of type EventThread
<T> EventListener<T>
EventListenerThreadingDecorator.decorate(EventThread threadType, EventListener<T> eventListener)
           
 



Copyright © 2012. All Rights Reserved.