uk.org.skeet.jbench.tasks
Interface ProxyTaskInterface

All Known Implementing Classes:
ProxyTask

public interface ProxyTaskInterface

Interface used by ProxyTask. Proxies need to proxy an interface, so we need to declare an interface with all the methods the proxy will need to use.


Method Summary
 void incrementCounter()
           
 

Method Detail

incrementCounter

public void incrementCounter()