Skip to content

Commit fe88678

Browse files
committed
OnProcessorProcessing returned for backward compatibility.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 95f1c4b commit fe88678

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/events/internal/ModuleCoreEventType.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ enum class ModuleCoreEventType : IModuleEventType {
2121
*/
2222
OnModuleClassProcessed,
2323

24+
/**
25+
* This event type will be fired on
26+
* processor processing.
27+
* @since 2.0.0-SNAPSHOT.1.
28+
*/
29+
OnProcessorProcessing,
30+
2431
/**
2532
* This event type will be fired on
2633
* configuration class processing.

0 commit comments

Comments
 (0)