-
Simon Könnecke authoredSimon Könnecke authored
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();
}