public interface X4OPhaseListener
Modifier and Type | Method and Description |
---|---|
void |
endRunPhase(X4OPhase phase,
X4OLanguageContext elementLanguage)
Gets called after the X4OPhaseHandler is runned.
|
void |
preRunPhase(X4OPhase phase,
X4OLanguageContext elementLanguage)
Gets called before the X4OPhaseHandler is run.
|
void preRunPhase(X4OPhase phase, X4OLanguageContext elementLanguage) throws X4OPhaseException
phase
- The phase to be run.elementLanguage
- The elementLanguage of the driver.X4OPhaseException
- Is throws when listeners has error.void endRunPhase(X4OPhase phase, X4OLanguageContext elementLanguage) throws X4OPhaseException
phase
- The phase just run.elementLanguage
- The elementLanguage of the driver.X4OPhaseException
- Is throws when listeners has error.Copyright © 2004-2013 X4O. All Rights Reserved.