パッケージ org.wcardinal.controller

インタフェース PopupFactory<T>

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

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