@AtmosphereAnnotation(value=AsyncSupportListenerService.class) public class AsyncSupportListenerServiceProcessor extends Object implements Processor<AsyncSupportListener>
| Constructor and Description |
|---|
AsyncSupportListenerServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<AsyncSupportListener> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public AsyncSupportListenerServiceProcessor()
public void handle(AtmosphereFramework framework, Class<AsyncSupportListener> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<AsyncSupportListener>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.