FileDocCategorySizeDatePackage
NullDispatcher.javaAPI DocAndroid 5.1 API1115Thu Mar 12 22:22:10 GMT 2015android.hardware.camera2.dispatch

NullDispatcher

public class NullDispatcher extends Object implements Dispatchable
Do nothing when dispatching; follows the null object pattern.

Fields Summary
Constructors Summary
public NullDispatcher()
Create a dispatcher that does nothing when dispatched to.

    
Methods Summary
public java.lang.Objectdispatch(java.lang.reflect.Method method, java.lang.Object[] args)
Do nothing; all parameters are ignored.

        return null;