Package org.apache.felix.scr.impl.helper
Interface ReferenceMethods
-
- All Known Implementing Classes:
BindMethods,DuplexReferenceMethods,FieldMethods
public interface ReferenceMethodsReferenceMethodsholds pointers to methods for a single reference.- The bind method
- The unbind method
- The updated method
- The init method (optional, only used for field references)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceMethodgetBind()Never returnsnull.InitReferenceMethodgetInit()This is optional and might returnnullReferenceMethodgetUnbind()Never returnsnull.ReferenceMethodgetUpdated()Never returnsnull.
-
-
-
Method Detail
-
getBind
ReferenceMethod getBind()
Never returnsnull.
-
getUnbind
ReferenceMethod getUnbind()
Never returnsnull.
-
getUpdated
ReferenceMethod getUpdated()
Never returnsnull.
-
getInit
InitReferenceMethod getInit()
This is optional and might returnnull
-
-