📄 servicestartedevent.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -