事件面板-service方法添加

This commit is contained in:
liujing
2020-10-22 16:35:08 +08:00
parent 5d5e3f465e
commit 4580be60e8
6 changed files with 22 additions and 17 deletions

View File

@@ -8,25 +8,10 @@ import com.mogo.service.module.IMogoModuleProvider;
* @author tongchenfei
*/
public interface IEventPanelProvider extends IMogoModuleProvider {
/**
* 显示面板
*/
void showPanel();
/**
* 显示面板并选中某个item
*/
void showPanelWithSelectedItem(int item);
/**
* 隐藏面板
*/
void hidePanel();
/**
* 面板是否在展示
* @return true-正在展示 false-未展示
*/
boolean isPanelShow();
}