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