public interface BrowserModelListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionChanged(BrowserModel model)
The model's connection has changed
|
void |
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
|
void connectionChanged(BrowserModel model)
model - The model whose connection changedvoid selectedChannelGroupChanged(BrowserModel model, ChannelGroup newGroup)
model - the source sending this noticenewGroup - the newly selected channel groupvoid machineSnapshotsFetched(BrowserModel model, MachineSnapshot[] snapshots)
model - the source of this eventsnapshots - the fetched snapshots