opt
This commit is contained in:
@@ -40,4 +40,12 @@ public interface IMogoDataManager extends IProvider {
|
||||
* @param object 数据
|
||||
*/
|
||||
void removeDataFrom( String module, Object object );
|
||||
|
||||
/**
|
||||
* 向固定模块透传数据
|
||||
*
|
||||
* @param module
|
||||
* @param object
|
||||
*/
|
||||
void syncData( String module, Object object );
|
||||
}
|
||||
|
||||
@@ -17,4 +17,6 @@ public interface IMogoRefreshStrategyController extends IProvider {
|
||||
*/
|
||||
void restartAutoRefreshAtTime( int delay );
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user