Class FileChangedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.scheduling.io.watch.event.FileChangedEvent
All Implemented Interfaces:
Serializable

public class FileChangedEvent extends ApplicationEvent
Event fired when a file that is being watched changes.
Since:
1.1.0
Author:
graemerocher
See Also: