cookxml.core.interfaces
Interface CleanupHook


public interface CleanupHook

This interface defines function objects which can be added to DecodeEngine

Since:
CookXml 2.5
Version:
$Id: CleanupHook.java 218 2007-06-06 06:10:10Z coconut $

Method Summary
 void cleanup(cookxml.core.DecodeEngine decodeEngine)
           
 

Method Detail

cleanup

void cleanup(cookxml.core.DecodeEngine decodeEngine)
             throws CleanupException
Parameters:
decodeEngine - the DecodeEngine being used.
Throws:
CleanupException - in case of error.