Interface BrowserControllerListener
public interface BrowserControllerListener
BrowserControllerListener is the interface for receivers of events from the
controller.
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectedChannelGroupChanged
(BrowserController source, ChannelGroup newGroup) event indicating that the selected channel group changedvoid
selectedSignalsChanged
(BrowserController source, Collection<String> selectedSignals) Event indicating that the selected signals have changedvoid
snapshotSelected
(BrowserController controller, MachineSnapshot snapshot) event indicating that a snapshot has been selected
-
Method Details
-
snapshotSelected
event indicating that a snapshot has been selected- Parameters:
controller
- The controller managing selection statesnapshot
- The snapshot that has been selected
-
selectedChannelGroupChanged
event indicating that the selected channel group changed- Parameters:
source
- the browser controller sending this noticenewGroup
- the newly selected channel group
-
selectedSignalsChanged
Event indicating that the selected signals have changed- Parameters:
source
- the controller sending the eventselectedSignals
- the new collection of selected signals
-