org.atmosphere.annotation
Class AsyncSupportListenerServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.AsyncSupportListenerServiceProcessor
All Implemented Interfaces:
Processor

@AtmosphereAnnotation(value=AsyncSupportListenerService.class)
public class AsyncSupportListenerServiceProcessor
extends Object
implements Processor


Constructor Summary
AsyncSupportListenerServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<?> 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

AsyncSupportListenerServiceProcessor

public AsyncSupportListenerServiceProcessor()
Method Detail

handle

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

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


Copyright © 2013. All Rights Reserved.