|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.phase.PhaseAction
public abstract class PhaseAction
An abstract base class the defines the functionality needed to be implemented by classes to apply phase actions.
Constructor Summary | |
---|---|
PhaseAction()
|
Method Summary | |
---|---|
abstract void |
applyAction()
When overridden in a derived class, applies the action associated with phase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhaseAction()
Method Detail |
---|
public abstract void applyAction() throws PhaseActionException
PhaseActionException
- If the action fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |