Interface X4OPhaseListener
public interface X4OPhaseListener
An X4OPhaseListener can be placed on an X4OPhaseHandler and is called
before and after the phase has runned.
- Version:
- 1.0 Dec 31, 2008
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endRunPhase
(X4OPhase phase, X4OLanguageSession languageSession) Gets called after the X4OPhaseHandler is runned.void
preRunPhase
(X4OPhase phase, X4OLanguageSession languageSession) Gets called before the X4OPhaseHandler is run.
-
Method Details
-
preRunPhase
Gets called before the X4OPhaseHandler is run.- Parameters:
phase
- The phase to be run.languageSession
- The X4O language session of the driver.- Throws:
X4OPhaseException
- Is throws when listeners has error.
-
endRunPhase
Gets called after the X4OPhaseHandler is runned.- Parameters:
phase
- The phase just run.languageSession
- The X4O language session of the driver.- Throws:
X4OPhaseException
- Is throws when listeners has error.
-