Package ch.bailu.gtk.gio
Interface FileMonitorClass.OnChanged
- Enclosing class:
- FileMonitorClass
- 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
onChanged
(CallbackHandler __self, FileMonitor monitor, File file, File other_file, int event_type)
-
Method Details
-
onChanged
void onChanged(CallbackHandler __self, @Nonnull FileMonitor monitor, @Nonnull File file, @Nonnull File other_file, int event_type) - Parameters:
monitor
-file
-other_file
-event_type
-
-