public class NullDispatcher<T> extends Object implements Dispatchable<T>
Constructor and Description |
---|
NullDispatcher()
Create a dispatcher that does nothing when dispatched to.
|
Modifier and Type | Method and Description |
---|---|
Object |
dispatch(Method method,
Object[] args)
Do nothing; all parameters are ignored.
|