Package org.spincast.core.config
Class ServerStartedInterceptor
java.lang.Object
org.spincast.core.config.ServerStartedInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class ServerStartedInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
Interceptor that will call the
ServerStartedListener listeners once the server
is started.-
Constructor Summary
ConstructorsConstructorDescriptionServerStartedInterceptor(com.google.inject.Provider<ServerUtils> serverUtilsProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected ServerUtilsinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-
Constructor Details
-
ServerStartedInterceptor
-
-
Method Details
-
getServerUtils
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-