1 package jfun.yan.monitoring; 2 3 import java.beans.PropertyDescriptor ; 4 11 public interface SetterMonitor { 12 18 void propertySetting(Object obj, PropertyDescriptor desc, Object val); 19 26 void propertySet(Object obj, PropertyDescriptor desc, Object val, long duration); 27 35 void propertySetFailed(Object obj, PropertyDescriptor desc, Object val, 36 Throwable err, long duration); 37 } 38 | Popular Tags |