
io.github.palexdev.mfxcomponents.skins.base.IMFXPopupSkin Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy