org.atmosphere.annotation
Class AtmosphereResourceListenerServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.AtmosphereResourceListenerServiceProcessor
All Implemented Interfaces:
Processor<AtmosphereResourceListener>

@AtmosphereAnnotation(value=AtmosphereResourceListenerService.class)
public class AtmosphereResourceListenerServiceProcessor
extends Object
implements Processor<AtmosphereResourceListener>


Constructor Summary
AtmosphereResourceListenerServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<AtmosphereResourceListener> annotatedClass)
          Invoked by the AnnotationHandler when an annotation is detected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereResourceListenerServiceProcessor

public AtmosphereResourceListenerServiceProcessor()
Method Detail

handle

public void handle(AtmosphereFramework framework,
                   Class<AtmosphereResourceListener> annotatedClass)
Description copied from interface: Processor
Invoked by the AnnotationHandler when an annotation is detected.

Specified by:
handle in interface Processor<AtmosphereResourceListener>
Parameters:
framework - the AtmosphereFramework
annotatedClass - the annotated classes.


Copyright © 2015. All Rights Reserved.