
com.github.andy2003.logging.output.NotifyDelete Maven / Gradle / Ivy
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.github.andy2003.logging.output;
import com.github.andy2003.core.Bus;
/**
*
* @author dschanoeh
*/
public interface NotifyDelete {
public void delete(Bus bus);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy