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

com.github.sheigutn.pushbullet.interfaces.Mutable Maven / Gradle / Ivy

The newest version!
package com.github.sheigutn.pushbullet.interfaces;

public interface Mutable {

    /**
     * Used to mute this object
     */
    void mute();

    /**
     * Used to unmute this object
     */
    void unmute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy