Package org.atmosphere.annotation
Class AsyncSupportListenerServiceProcessor
- java.lang.Object
-
- org.atmosphere.annotation.AsyncSupportListenerServiceProcessor
-
- All Implemented Interfaces:
Processor<AsyncSupportListener>
@AtmosphereAnnotation(AsyncSupportListenerService.class) public class AsyncSupportListenerServiceProcessor extends java.lang.Object implements Processor<AsyncSupportListener>
-
-
Constructor Summary
Constructors Constructor Description AsyncSupportListenerServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<AsyncSupportListener> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<AsyncSupportListener> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AsyncSupportListener>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-