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 Object
implements Processor<AtmosphereResourceListener>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<AtmosphereResourceListener> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AtmosphereResourceListenerServiceProcessor
public AtmosphereResourceListenerServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AtmosphereResourceListener>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-