Skip to content
Snippets Groups Projects
SuperVisorGuiControl.java 157 B
Newer Older
package fucoin.gui;

public interface SuperVisorGuiControl {
    /**
     * Call from SuperVisorImpl after poison pill or kill
     */
    void onLeave();
}