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

simple.client.StandardHeaderedEventLine Maven / Gradle / Ivy

The newest version!
package simple.client;

import simple.common.NotificationType;

public class StandardHeaderedEventLine extends EventLine {

    public StandardHeaderedEventLine(final String header, final String text) {
        super(header, text, NotificationType.NORMAL);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy