Newer
Older
package fucoin.gui;
public interface SuperVisorGuiControl {
/**
* Call from SuperVisorImpl after poison pill or kill
*/
void onLeave();
package fucoin.gui;
public interface SuperVisorGuiControl {
/**
* Call from SuperVisorImpl after poison pill or kill
*/
void onLeave();