public interface ReferenceMethods
ReferenceMethods holds pointers to methods for a single reference.
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
getBind()
Never returns
null. |
InitReferenceMethod |
getInit()
This is optional and might return
null |
ReferenceMethod |
getUnbind()
Never returns
null. |
ReferenceMethod |
getUpdated()
Never returns
null. |
ReferenceMethod getBind()
null.ReferenceMethod getUnbind()
null.ReferenceMethod getUpdated()
null.InitReferenceMethod getInit()
null