R
T
public class MonitoringDelegate<R,T> extends Object implements Delegate<R,T>
MonitoringDelegate(Delegate<R,T> nested, AtomicLong calls)
perform(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MonitoringDelegate(Delegate<R,T> nested, AtomicLong calls)
public R perform(T value)
perform
Delegate<R,T>
Copyright © 2012. All Rights Reserved.