Package 

Interface ViewModelCreator


  • 
    public interface ViewModelCreator<VM extends BaseViewModel<?>>
    
                        

    Holds reference to BaseViewModelFactory associated with particular ViewModel. Forces developer to specify ViewModelFactory in its specific Activity/Fragment.

    • Method Summary

      Modifier and Type Method Description
      abstract ViewModelFactory<VM> getViewModelFactory()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait