servicestartedevent.java

来自「jainslee1.0 源代码」· Java 代码 · 共 17 行

JAVA
17 行
字号
package javax.slee.serviceactivity;/** * This interface is implemented by Service started events genererated by * the SLEE when a Service is started.  A Service starts at the moment both * of the following two transitions have occurred: * <ul> *   <li>the SLEE transitions to the Running state *   <li>the Service transitions to the Active state. * </ul> * <p> * The event type name of Service started events is * "<code>javax.slee.serviceactivity.ServiceStartedEvent</code>". */public interface ServiceStartedEvent {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?