public interface StatefulLifecycle extends Lifecycle
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addEventListener(EventListener listener) |
boolean |
isFailed() |
boolean |
isRunning() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
void |
removeEventListener(EventListener listener) |
boolean isRunning()
boolean isStarted()
isStarting()boolean isStarting()
isStarted()boolean isStopping()
isStopped()boolean isStopped()
isStopping()boolean isFailed()
void addEventListener(EventListener listener)
void removeEventListener(EventListener listener)
Copyright © 2022. All rights reserved.