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

com.servicerocket.confluence.randombits.metadata.Notifiable Maven / Gradle / Ivy

There is a newer version: 2.5.12
Show newest version
package com.servicerocket.confluence.randombits.metadata;

public interface Notifiable {
    void storageNotification(String key);
    
    void removalNotification(String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy