org.clapper.curn
Interface ShutdownPlugIn
- All Superinterfaces:
- PlugIn
- All Known Implementing Classes:
- MetaPlugIn
public interface ShutdownPlugIn
- extends PlugIn
This interface defines the methods that must be supported by plug-ins
that wish to be invoked just before curn shuts down.
- Version:
- $Revision: 6300 $
- See Also:
PlugIn,
MetaPlugIn,
Curn
runShutdownPlugIn
void runShutdownPlugIn()
throws CurnException
- Called just before curn gets ready to exit. This method
allows plug-ins to perform any clean-up they require.
- Throws:
CurnException - on error
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.