Package org.atmosphere.annotation
Class BroadcasterListenerServiceProcessor
java.lang.Object
org.atmosphere.annotation.BroadcasterListenerServiceProcessor
- All Implemented Interfaces:
Processor<BroadcasterListener>
@AtmosphereAnnotation(BroadcasterListenerService.class)
public class BroadcasterListenerServiceProcessor
extends Object
implements Processor<BroadcasterListener>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<BroadcasterListener> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
BroadcasterListenerServiceProcessor
public BroadcasterListenerServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<BroadcasterListener>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-