jfxtras.icalendarfx.itip.AbstractITIPFactory Maven / Gradle / Ivy
package jfxtras.icalendarfx.itip;
import jfxtras.icalendarfx.properties.calendar.Method.MethodType;
/**
* Abstract class for iCalendar Transport-Independent Interoperability Protocol (iTIP) RFC 5546
*
* @author David Bal
*
*/
public abstract class AbstractITIPFactory
{
public abstract Processable getITIPMessageProcess(MethodType methodType);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy