|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Processor<T>
Class annotated with AtmosphereAnnotation must implement this interface in order to get invoked
when the AtmosphereFramework.init() executes. Classes implementing this interface will
have a chance to process annotated classes and take the appropriate action.
| Method Summary | |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<T> annotatedClass)
Invoked by the AnnotationHandler when an annotation is detected. |
| Method Detail |
|---|
void handle(AtmosphereFramework framework,
Class<T> annotatedClass)
AnnotationHandler when an annotation is detected.
framework - the AtmosphereFrameworkannotatedClass - the annotated classes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||