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

io.github.palexdev.mfxcomponents.skins.base.IMFXPopupSkin Maven / Gradle / Ivy

There is a newer version: 11.26.0
Show newest version
package io.github.palexdev.mfxcomponents.skins.base;

/**
 * Defines common API for popup' skins that support open/close animations.
 */
public interface IMFXPopupSkin {

    /**
     * Plays the open animation.
     */
    void animateIn();

    /**
     * Plays the close animation.
     */
    void animateOut();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy