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