事件面板-service方法添加
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user