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 Object
implements Processor<AtmosphereFrameworkListener>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<AtmosphereFrameworkListener> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AtmosphereFrameworkServiceProcessor
public AtmosphereFrameworkServiceProcessor()
-
-
Method Details
-
handle
public void handle(AtmosphereFramework framework, 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.
-