接口 Phased
- 所有已知子接口:
SmartLifecycle
public interface Phased
Interface for objects that may participate in a phased
process such as lifecycle management.
- 从以下版本开始:
- 4.0
- 作者:
- Mark Fisher, TODAY 2021/11/12 16:29
- 另请参阅:
-
方法概要
-
方法详细资料
-
getPhase
int getPhase()Return the phase value of this object.
-