Interface ComponentModelDelegateFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for a factory method which creates
ComponentModelDelegates
-
Method Summary
Modifier and TypeMethodDescriptionFactory method which creates aComponentModelDelegate
given itsComponent
owner
-
Method Details
-
create
Factory method which creates aComponentModelDelegate
given itsComponent
owner- Parameters:
component
- TheComponent
instance which owns theComponentModelDelegate
to be created by this factory- Returns:
- The
ComponentModelDelegate
created by this factory
-