@AtmosphereAnnotation(value=AtmosphereResourceListenerService.class) public class AtmosphereResourceListenerServiceProcessor extends java.lang.Object implements Processor<AtmosphereResourceListener>
| Constructor and Description |
|---|
AtmosphereResourceListenerServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
java.lang.Class<AtmosphereResourceListener> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public AtmosphereResourceListenerServiceProcessor()
public void handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceListener> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<AtmosphereResourceListener>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2024. All Rights Reserved.