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

simple.client.StandardEventLine Maven / Gradle / Ivy

The newest version!
package simple.client;

import simple.common.NotificationType;

public class StandardEventLine extends EventLine {

    public StandardEventLine(final String text) {
        super("", text, NotificationType.NORMAL);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy