|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
F
- The Manager type.T
- The Factory data type.public interface ManagerFactory<F,T>
Create a Manager.
Method Summary | |
---|---|
F |
createManager(String name,
T data)
Create a Manager. |
Method Detail |
---|
F createManager(String name, T data)
name
- The name of the entity to manage.data
- The data required to create the entity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |