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

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

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

@FunctionalInterface
public interface Deletable {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy