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