protected void fireAfter (PhaseType type) {
((ILifecycleListener)this.propagator).after(new LifecycleEvent("after", this, type, TransitionType.After));
}
protected void fireFailure (PhaseType type) {
((ILifecycleListener)this.propagator).failure(new LifecycleEvent("exception", this, type, TransitionType.Failure));
}