Interface BrowserModelListener

All Known Implementing Classes:
BrowserController

public interface BrowserModelListener
BrowserModelListener is a notification interface for browser model events.
Author:
tap
  • Method Details

    • connectionChanged

      void connectionChanged(BrowserModel model)
      The model's connection has changed
      Parameters:
      model - The model whose connection changed
    • selectedChannelGroupChanged

      void selectedChannelGroupChanged(BrowserModel model, ChannelGroup newGroup)
      event indicating that the selected channel group changed
      Parameters:
      model - the source sending this notice
      newGroup - the newly selected channel group
    • machineSnapshotsFetched

      void machineSnapshotsFetched(BrowserModel model, MachineSnapshot[] snapshots)
      event indicating that machine snapshots have been fetched.
      Parameters:
      model - the source of this event
      snapshots - the fetched snapshots