Package gw.config
Interface IGosuInitializationHooks
-
- All Superinterfaces:
IPluginHost
,IService
- All Known Implementing Classes:
DefaultGosuInitializationHooks
public interface IGosuInitializationHooks extends IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterTypeLoaderCreation()
void
beforeTypeLoaderCreation(Class typeLoaderClass)
-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-
-
-
Method Detail
-
beforeTypeLoaderCreation
void beforeTypeLoaderCreation(Class typeLoaderClass)
-
afterTypeLoaderCreation
void afterTypeLoaderCreation()
-
-