public interface IDelegate
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke()
convenience call for no arg case
|
Object |
invoke(Object arg)
convenience call for 1 arg case
|
Object |
invoke(Object[] args)
Thin wrapper in invoke
|
Object |
invoke(Object arg1,
Object arg2)
convenience call for 2 arg case
|
Object invoke(Object[] args)
args - possibly null array or args - null says noneObject invoke(Object arg)
arg - possibly null argumentObject invoke(Object arg1, Object arg2)
arg1 - possibly null argumentarg2 - possibly null argumentObject invoke()
Copyright © 2021 VersionOne, Inc.. All rights reserved.