Callback.NOOP

Instance of Adapter that can be used when the callback methods need an empty implementation without incurring in the cost of allocating a new Adapter object.

interface Callback
__gshared
Callback NOOP;

Meta