profiletableactivity.java
来自「jainslee1.0 源代码」· Java 代码 · 共 15 行
JAVA
15 行
package javax.slee.profile;/** * This interface is implemented by activity objects on which profile table events * propagate. */public interface ProfileTableActivity { /** * Get the name of the profile table corresponding to this activity. * @return the name of the profile table. */ public String getProfileTableName();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?