Interface Event

All Known Implementing Classes:
Event.DirectoryCleaned, Event.DirectoryCreated, Event.InvalidArgument, Event.JavaSourceGenerated

Describes an event that has happened during the source code generation.

Events can be progress information or errors.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Event notifying that a directory has been cleaned.
    static final record 
    Event notifying that a directory has been created.
    static final record 
    Event notifying that an argument passed to the code generation is invalid.
    static final record 
    Event notifying that a Java source file has been generated.