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

jfxtras.icalendarfx.content.ContentLineStrategy Maven / Gradle / Ivy

The newest version!
package jfxtras.icalendarfx.content;

import jfxtras.icalendarfx.VElement;

/** Interface for delegated content line generators */
public interface ContentLineStrategy
{
    /** Produce output for {@link VElement#toString()} */
    String execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy