/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package showmyip.Manager;
/**
*
* @author vara
*/
public interface ControlUpdateManager extends InfoYourStatusIP{
void start()throws UMListenerNotInitException,CUMNotInitException;
void stop()throws UMListenerNotInitException;
}