org.jtheque.core.managers.lifecycle.phases
Interface IPhasesManager

All Known Implementing Classes:
PhasesManagerImpl

public interface IPhasesManager

A manager for the different phases of the JTheque life cycle.

Author:
Baptiste Wicht

Method Summary
 boolean isDone()
          Indicating if all the phases are done.
 void launchNextPhase()
          Launch the next phase.
 int numberOfPhases()
          Return the number of phases who are too to launch.
 

Method Detail

launchNextPhase

void launchNextPhase()
Launch the next phase.


numberOfPhases

int numberOfPhases()
Return the number of phases who are too to launch.

Returns:
The phases.

isDone

boolean isDone()
Indicating if all the phases are done.

Returns:
true if the phases are all done else false.


Copyright © 2009 JTheque. All Rights Reserved.