HasConfig.java :  » Framework » modding » com » sfeir » modding » client » component » Android Open Source

Android Open Source » Framework » modding 
modding » com » sfeir » modding » client » component » HasConfig.java
package com.sfeir.modding.client.component;

import java.util.Map;

public interface HasConfig {
    public void setConfig(Map<String, Object> config);
}
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.