org.beanfabrics.support
Class OnChangeProcessor

java.lang.Object
  extended by org.beanfabrics.support.OnChangeProcessor
All Implemented Interfaces:
AnnotatedMethodProcessor, AnnotationProcessor

public class OnChangeProcessor
extends java.lang.Object
implements AnnotatedMethodProcessor


Constructor Summary
OnChangeProcessor()
           
 
Method Summary
 void process(PresentationModel object, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnChangeProcessor

public OnChangeProcessor()
Method Detail

process

public void process(PresentationModel object,
                    java.lang.reflect.Method method,
                    java.lang.annotation.Annotation annotation)
Specified by:
process in interface AnnotatedMethodProcessor