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

org.randombits.confluence.metadata.Notifiable Maven / Gradle / Ivy

There is a newer version: 7.4.1
Show newest version
package org.randombits.confluence.metadata;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy