Interface WatchHandler


public interface WatchHandler
A handler for changes that happen to source files.
Author:
James R. Perkins
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The result of handling the changed source file.
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(org.wildfly.plugin.dev.WatchContext context, WatchEvent<Path> event, Path file)