Package org.atmosphere.annotation
Class AtmosphereResourceListenerServiceProcessor
- java.lang.Object
-
- org.atmosphere.annotation.AtmosphereResourceListenerServiceProcessor
-
- All Implemented Interfaces:
Processor<AtmosphereResourceListener>
@AtmosphereAnnotation(AtmosphereResourceListenerService.class) public class AtmosphereResourceListenerServiceProcessor extends java.lang.Object implements Processor<AtmosphereResourceListener>
-
-
Constructor Summary
Constructors Constructor Description AtmosphereResourceListenerServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceListener> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceListener> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AtmosphereResourceListener>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-