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 voidapplyPostCreate(T param)voidapplyPreCreate(T param)voidrollback()Tvalidate()
-