/** * Դ�������ƣ�IDataService.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.core * ����˵����$desc * ����ĵ��� * ���ߣ���Ҷ�� */ package com.hundsun.ares.studio.core.service; /** * @author gongyf * */ public interface IDataService { /** * �������ݣ���֤֮���ȡ�����������µ� */ void refresh(); }