Class IStepbarController<Data>

  • All Implemented Interfaces:
    ItemController<Data,​StepModel<Data>,​IStepbar,​IStep>

    public class IStepbarController<Data>
    extends java.lang.Object
    implements ItemController<Data,​StepModel<Data>,​IStepbar,​IStep>
    An IStepbar 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