org.atmosphere.annotation
Class AtmosphereFrameworkServiceProcessor

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

@AtmosphereAnnotation(value=AtmosphereFrameworkListenerService.class)
public class AtmosphereFrameworkServiceProcessor
extends Object
implements Processor<AtmosphereFrameworkListener>


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

AtmosphereFrameworkServiceProcessor

public AtmosphereFrameworkServiceProcessor()
Method Detail

handle

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

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


Copyright © 2015. All Rights Reserved.