com.threerings.presents.server
Class Rejector.RejectorModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.threerings.presents.server.PresentsServer.PresentsModule
          extended by com.threerings.presents.server.Rejector.RejectorModule
All Implemented Interfaces:
com.google.inject.Module
Enclosing class:
Rejector

public static class Rejector.RejectorModule
extends PresentsServer.PresentsModule

Configures dependencies needed by the Rejector.


Constructor Summary
Rejector.RejectorModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.threerings.presents.server.PresentsServer.PresentsModule
bindInvokers, bindPeerInvoker
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rejector.RejectorModule

public Rejector.RejectorModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class PresentsServer.PresentsModule