Package org.smooks.api.lifecycle
Interface ContentDeliveryConfigLifecycle
- 
- All Known Implementing Classes:
- DefaultInstrumentationResource
 
 public interface ContentDeliveryConfigLifecycle
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonContentDeliveryBuilderCreated()Second Event.voidonContentDeliveryConfigCreated()voidonContentHandlersCreated()First Event.
 
- 
- 
- 
Method Detail- 
onContentHandlersCreatedvoid onContentHandlersCreated() First Event. Content handlers created (and sorted), but the builder instance is not yet created.
 - 
onContentDeliveryBuilderCreatedvoid onContentDeliveryBuilderCreated() Second Event. The builder instance (for the profile) is now created and ready to be used.
 - 
onContentDeliveryConfigCreatedvoid onContentDeliveryConfigCreated() 
 
- 
 
-