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 Object
implements Processor<AsyncSupportListener>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<AsyncSupportListener> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AsyncSupportListenerServiceProcessor
public AsyncSupportListenerServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AsyncSupportListener>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-