Interface BrowserModelListener
- All Known Implementing Classes:
BrowserController
public interface BrowserModelListener
BrowserModelListener is a notification interface for browser model events.
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectionChanged
(BrowserModel model) The model's connection has changedvoid
machineSnapshotsFetched
(BrowserModel model, MachineSnapshot[] snapshots) event indicating that machine snapshots have been fetched.void
selectedChannelGroupChanged
(BrowserModel model, ChannelGroup newGroup) event indicating that the selected channel group changed
-
Method Details
-
connectionChanged
The model's connection has changed- Parameters:
model
- The model whose connection changed
-
selectedChannelGroupChanged
event indicating that the selected channel group changed- Parameters:
model
- the source sending this noticenewGroup
- the newly selected channel group
-
machineSnapshotsFetched
event indicating that machine snapshots have been fetched.- Parameters:
model
- the source of this eventsnapshots
- the fetched snapshots
-