public abstract class LoaderHooks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_LOADER_POST_RUN
constant for method name for: loaderPreRun
|
static String |
METHOD_LOADER_PRE_RUN
constant for method name for: loaderPreRun
|
| Constructor and Description |
|---|
LoaderHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
loaderPostRun(HooksContext hooksContext,
HooksLoaderBean preRunBean)
called right after a loader run
|
void |
loaderPreRun(HooksContext hooksContext,
HooksLoaderBean preRunBean)
called right before a loader run
|
public static final String METHOD_LOADER_PRE_RUN
public static final String METHOD_LOADER_POST_RUN
public void loaderPreRun(HooksContext hooksContext, HooksLoaderBean preRunBean)
hooksContext - preRunBean - public void loaderPostRun(HooksContext hooksContext, HooksLoaderBean preRunBean)
hooksContext - preRunBean - Copyright © 2016 Internet2. All rights reserved.