Interface ManagerFactory<M,T>
-
- Type Parameters:
M- The Manager type.T- The Factory data type.
- All Known Implementing Classes:
TcpSocketManager.TcpSocketManagerFactory
public interface ManagerFactory<M,T>Creates Manager objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description McreateManager(java.lang.String name, T data)Creates a Manager.
-