Package org.smooks.api.delivery.event
Interface ContentDeliveryConfigExecutionEvent
-
- All Superinterfaces:
ExecutionEvent
- All Known Implementing Classes:
DefaultContentDeliveryConfigExecutionEvent
public interface ContentDeliveryConfigExecutionEvent extends ExecutionEvent
Configuration Builder Event.- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
ResourceConfig
getResourceConfig()
Throwable
getThrown()
-
-
-
Method Detail
-
getResourceConfig
ResourceConfig getResourceConfig()
-
getMessage
String getMessage()
-
getThrown
Throwable getThrown()
-
-