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

jfxtras.scene.control.agenda.icalendar.editors.revisors.ReviserVAlarm Maven / Gradle / Ivy

The newest version!
package jfxtras.scene.control.agenda.icalendar.editors.revisors;

import java.util.List;

import jfxtras.icalendarfx.VCalendar;
import jfxtras.icalendarfx.components.VAlarm;

//TODO - add functionality
/**
 * Reviser for {@link VAlarm}
 * 
 * @author David Bal
 *
 */
public class ReviserVAlarm implements Reviser
{
    public ReviserVAlarm(VAlarm component)
    {
        throw new RuntimeException("not implemented");
    }
    
    @Override
    public List revise()
    {
        throw new RuntimeException("not implemented");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy