Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
SuperVisorGuiControl.java 157 B
package fucoin.gui;

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