Module Ui::HostsBrowserInterface
In: ui/widgets.rb

All custom controls/widgets of the UI that are used to display host/service information should implement the following interface.

Methods

Public Instance methods

Refresh the contents of the control with the new information provided by the model.

[Source]

# File ui/widgets.rb, line 84
    def update_view(model) Kernel.raise 'unimplemented!'; end

[Validate]