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

jfxtras.icalendarfx.itip.AbstractITIPFactory Maven / Gradle / Ivy

The newest version!
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