/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package showmyip.Manager;
/**
*
* @author vara
*/
public abstract class AbstractUpdateManagerListener implements ControlUpdateManager,InfoYourStatusIP{
public AbstractUpdateManagerListener(){}
}