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

org.xbib.net.mime.EndMessage Maven / Gradle / Ivy

package org.xbib.net.mime;

public final class EndMessage implements MimeEvent {

    static final EndMessage INSTANCE = new EndMessage();

    public EndMessage() {
    }

    @Override
    public Type getEventType() {
        return Type.END_MESSAGE;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy