Updater.java :  » Game » easy-game-client » org » easy » gui » Java Open Source

Java Open Source » Game » easy game client 
easy game client » org » easy » gui » Updater.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.easy.gui;

/**
 *
 * @author Administrator
 */
public interface Updater {

    void update(Component cmpt);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.