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

run.halo.app.event.post.PostPublishedEvent Maven / Gradle / Ivy

The newest version!
package run.halo.app.event.post;

import run.halo.app.plugin.SharedEvent;

@SharedEvent
public class PostPublishedEvent extends PostEvent {

    public PostPublishedEvent(Object source, String postName) {
        super(source, postName);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy