jfxtras.icalendarfx.content.ContentLineStrategy Maven / Gradle / Ivy
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