Interface ViewModel

All Known Subinterfaces:
ConfigViewModel<T>, EventStreamEditorViewModel
All Known Implementing Classes:
BufferSectionPanelViewModel, CreateNewEventStreamPanelViewModel, EncoderPanelViewModel, ErrorSectionPanelViewModel, EventStreamResourceEditorPanelViewModel, EventStreamTestViewModel, FailureHandlingPanelViewModel, FilterSectionPanelViewModel, GatewayEventHandlerEditorViewModel, GatewayMessageHandlerEditorViewModel, HandlerSectionPanelViewModel, SectionPanelViewModel, SourceEncoderSectionPanelViewModel, SourceSectionPanelViewModel, StatusSectionPanelViewModel, TagEventSourceEditorViewModel, TagHandlerEditorViewModel, TransformEncoderSectionPanelViewModel, TransformSectionPanelViewModel

public interface ViewModel
This is a marker interface denoting classes intended for usage as view models. Views uses this interface definition to further ensure that classes that is associated with a particular View is intended to be used as a ViewModels.