Interface ElementsLocalFactory
- All Known Implementing Classes:
StandardElementsLocalFactory
public interface ElementsLocalFactory
Creates instances of
ElementsLocal
using a record that contains the necessary information to load.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ElementsLocalFactoryRecord record) Creates theElementsLocal
instance.
-
Method Details
-
create
Creates theElementsLocal
instance.- Parameters:
record
- the record containing the information to load- Returns:
- the
ElementsLocal
-