Interface Event
- All Known Implementing Classes:
Event.DirectoryCleaned,Event.DirectoryCreated,Event.InvalidArgument,Event.JavaSourceGenerated
public sealed interface Event
permits Event.JavaSourceGenerated, Event.DirectoryCreated, Event.DirectoryCleaned, Event.InvalidArgument
Describes an event that has happened during the source code generation.
Events can be progress information or errors.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordEvent notifying that a directory has been cleaned.static final recordEvent notifying that a directory has been created.static final recordEvent notifying that an argument passed to the code generation is invalid.static final recordEvent notifying that a Java source file has been generated.