Interface View<T extends ViewModel>

All Superinterfaces:
Disposable
All Known Implementing Classes:
BufferSectionPanel, CreateNewEventStreamDialog, EncoderPanel, ErrorSectionPanel, EventStreamResourceEditorPanel, FailureHandlingPanel, FilterSectionPanel, GatewayEventHandlerEditor, GatewayMessageHandlerEditor, HandlerListPanel, HandlerSectionPanel, SectionContentPanel, SourceSectionPanel, StatusSectionPanel, TagEventSourceEditor, TagHandlerEditor, TestExecutionPanel, TestResultPanel, TransformSectionPanel

public interface View<T extends ViewModel> extends Disposable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bindUI(T vm)
     
    void
     
  • Method Details

    • bindUI

      void bindUI(T vm)
    • dispose

      void dispose()
      Specified by:
      dispose in interface Disposable