Interface ConfigViewModel<T>

All Superinterfaces:
ViewModel
All Known Implementing Classes:
BufferSectionPanelViewModel, EncoderPanelViewModel, ErrorSectionPanelViewModel, FailureHandlingPanelViewModel, FilterSectionPanelViewModel, HandlerSectionPanelViewModel, SourceEncoderSectionPanelViewModel, SourceSectionPanelViewModel, TransformEncoderSectionPanelViewModel, TransformSectionPanelViewModel

public interface ConfigViewModel<T> extends ViewModel
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • initialize

      void initialize(T t)
    • getConfig

      T getConfig()