Class IChosenboxController<DataT>

  • All Implemented Interfaces:
    ItemController<DataT,​ListModel<DataT>,​IChosenbox,​java.lang.String>

    public class IChosenboxController<DataT>
    extends java.lang.Object
    implements ItemController<DataT,​ListModel<DataT>,​IChosenbox,​java.lang.String>
    An IChosenbox controller to control any operation on the given model.

    Note: this class is not thread-safe, so when it's used in multi-threading environment, the developer should handle the threading issue.

    Author:
    katherine