T
public class MonitoringAction<T> extends Object implements Action<T>
MonitoringAction(Action<T> nested, AtomicLong calls)
void
perform(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MonitoringAction(Action<T> nested, AtomicLong calls)
public void perform(T value)
Action
perform
Action<T>
value
Copyright © 2013. All Rights Reserved.