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

org.jrebirth.af.presentation.PrezWaves Maven / Gradle / Ivy

The newest version!
package org.jrebirth.af.presentation;

import org.jrebirth.af.api.wave.contract.WaveItem;
import org.jrebirth.af.core.wave.WaveItemBase;
import org.jrebirth.af.presentation.model.Slide;

public interface PrezWaves {

    WaveItem SKIP_SLIDE_STEP = new WaveItemBase() {
    };

    WaveItem SLIDE = new WaveItemBase() {
    };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy