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

ru.mk.pump.web.elements.api.part.Clickable Maven / Gradle / Ivy

package ru.mk.pump.web.elements.api.part;

public interface Clickable {

    void click();

    boolean tryClick();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy