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 aComponentModelDelegategiven itsComponentowner
-
Method Details
-
create
Factory method which creates aComponentModelDelegategiven itsComponentowner- Parameters:
component- TheComponentinstance which owns theComponentModelDelegateto be created by this factory- Returns:
- The
ComponentModelDelegatecreated by this factory
-