opt
This commit is contained in:
@@ -50,6 +50,13 @@ public interface IMogoFragmentManager extends IProvider {
|
||||
*/
|
||||
void addMainFragmentStackTransactionListener( FragmentStackTransactionListener listener );
|
||||
|
||||
/**
|
||||
* 移除其他注册栈变化监听
|
||||
*
|
||||
* @param listener
|
||||
*/
|
||||
void removeMainFragmentStackTransactionListener( FragmentStackTransactionListener listener );
|
||||
|
||||
/**
|
||||
* 初始化
|
||||
*
|
||||
|
||||
@@ -24,7 +24,7 @@ public interface IMogoIntentManager extends IProvider {
|
||||
*
|
||||
* @param intent
|
||||
*/
|
||||
public void unregisterIntentListener( String intent );
|
||||
public void unregisterIntentListener( String intent, IMogoIntentListener listener );
|
||||
|
||||
/**
|
||||
* 触发意图回调,各业务不用关心
|
||||
|
||||
Reference in New Issue
Block a user