Package ch.bailu.gtk.gio
Interface VolumeMonitor.OnVolumeAdded
- Enclosing class:
- VolumeMonitor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onVolumeAdded
(Volume volume) Emitted when a mountable volume is added to the system.
-
Method Details
-
onVolumeAdded
Emitted when a mountable volume is added to the system.- Parameters:
volume
- a #GVolume that was added.
-