AndBase开发框架  1.5.7
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.view.listener.AbOnOpenListener接口 参考abstract

Public 成员函数

abstract void open ()
 
abstract void close ()
 

详细描述

The listener interface for receiving abOnOpen events. The class that is interested in processing a abOnOpen event implements this interface, and the object created with that class is registered with a component using the component's addAbOnOpenListener method. When the abOnOpen event occurs, that object's appropriate method is invoked.

参见
AbOnOpenEvent

成员函数说明

abstract void com.ab.view.listener.AbOnOpenListener.close ( )
pure virtual

Close.

abstract void com.ab.view.listener.AbOnOpenListener.open ( )
pure virtual

Open.


该接口的文档由以下文件生成: