Package org.jboss.logmanager.config
Interface ConfigAction<T>
-
- All Known Implementing Classes:
AbstractPropertyConfiguration.ConstructAction
interface ConfigAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPostCreate(T param)
void
applyPreCreate(T param)
void
rollback()
T
validate()
-