Package org.smooks.api.lifecycle
Interface LifecyclePhase
-
- All Known Implementing Classes:
AbstractLifecyclePhase
,PostConstructLifecyclePhase
,PreDestroyLifecyclePhase
,VisitCleanupPhase
public interface LifecyclePhase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Object o)
-
-
-
Method Detail
-
apply
void apply(Object o)
-
-