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

simple.client.HeaderLessEventLine Maven / Gradle / Ivy

package simple.client;

import simple.common.NotificationType;

public class HeaderLessEventLine extends EventLine {

    public HeaderLessEventLine(final String text, final NotificationType type) {
        super("", text, type);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy