パッケージ org.wcardinal.controller

インタフェース ComponentFactory<T>

型パラメータ:
T - component class to be created/destroyed dynamically
すべてのスーパーインタフェース:
ControllerContext, Factory<T>, Iterable<T>, Unlockable
既知の実装クラスのリスト:
ComponentFactoryImpl

public interface ComponentFactory<T> extends Factory<T>
A factory that creates/destroys the specified class T as a component dynamically.