1 package jfun.yan.monitoring; 2 3 import java.beans.PropertyDescriptor ; 4 11 public interface IndexedSetterMonitor { 12 19 void propertySetting(Object obj, PropertyDescriptor desc, int ind, Object val); 20 28 void propertySet(Object obj, PropertyDescriptor desc, int ind, Object val, long duration); 29 38 void propertySetFailed(Object obj, PropertyDescriptor desc, int ind, Object val, 39 Throwable err, long duration); 40 } 41 | Popular Tags |