org.clapper.curn
Interface StartupPlugIn
- All Superinterfaces:
- PlugIn
- All Known Implementing Classes:
- MetaPlugIn
public interface StartupPlugIn
- extends PlugIn
This interface defines the methods that must be supported by plug-ins
that wish to be invoked at curn startup time.
- Version:
- $Revision: 6300 $
- See Also:
PlugIn,
MetaPlugIn,
Curn
|
Method Summary |
void |
runStartupPlugIn()
Called immediately after curn has started, but before it has
loaded its configuration file or its cache. |
runStartupPlugIn
void runStartupPlugIn()
throws CurnException
- Called immediately after curn has started, but before it has
loaded its configuration file or its cache. This method can be used
for plug-in initialization.
- Throws:
CurnException - on error
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.