Phased

Interface for objects that may participate in a phased process such as lifecycle management.

@see SmartLifecycle

interface Phased {}

Members

Functions

getPhase
int getPhase()

Return the phase value of this object.

Meta