Interface CheckListAction<T>

All Known Implementing Classes:
CheckListAction.CheckAll

public interface CheckListAction<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  CheckListAction.CheckAll<T>  
  • Method Summary

    Modifier and Type Method Description
    void check​(CheckListModel<T> model, boolean value)  
  • Method Details