All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kasource.kaevent.event.ForwardedApplicationEvent Maven / Gradle / Ivy

package org.kasource.kaevent.event;

import java.util.EventObject;

public class ForwardedApplicationEvent extends ForwardedEvent {
    private static final long serialVersionUID = 1L;

    public ForwardedApplicationEvent(EventObject event) {
        super(event);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy