Interface Event
- All Known Implementing Classes:
Event.DirectoryCreated,Event.DirectoryDeleted,Event.FileDeleted,Event.InvalidArgument,Event.JavaSourceGenerated
public sealed interface Event
permits Event.JavaSourceGenerated, Event.DirectoryCreated, Event.InvalidArgument, Event.FileDeleted, Event.DirectoryDeleted
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 created.static final recordEvent notifying that a directory has been deleted.static final recordEvent notifying that a file has been deleted.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.