Package edu.wpi.grip.core
Class GripCoreModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- edu.wpi.grip.core.GripCoreModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class GripCoreModule extends com.google.inject.AbstractModule
-
-
Constructor Summary
Constructors Constructor Description GripCoreModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
protected void
onSubscriberException(java.lang.Throwable exception, com.google.common.eventbus.SubscriberExceptionContext exceptionContext)
protected void
onThreadException(java.lang.Thread thread, java.lang.Throwable exception)
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Specified by:
configure
in classcom.google.inject.AbstractModule
-
onSubscriberException
protected void onSubscriberException(java.lang.Throwable exception, @Nullable com.google.common.eventbus.SubscriberExceptionContext exceptionContext)
-
onThreadException
protected void onThreadException(java.lang.Thread thread, java.lang.Throwable exception)
-
-