src/main/java/org/apache/sling/api/request/SlingJakartaRequestEvent.java [35:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final ServletContext sc;
    private final ServletRequest request;
    private final EventType type;

    /**
     * type of the event
     */
    public enum EventType {
        EVENT_INIT,
        EVENT_DESTROY
    };
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/api/request/SlingRequestEvent.java [37:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final ServletContext sc;
    private final ServletRequest request;
    private final EventType type;

    /**
     * type of the event
     */
    public enum EventType {
        EVENT_INIT,
        EVENT_DESTROY
    };
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



