cookxml.core.interfaces
Interface CleanupHook


public interface CleanupHook

This interface defines function objects which can be added to DecodeEngine

Since:
CookXml 2.5

Method Summary
 void cleanup(DecodeEngine decodeEngine)
           
 

Method Detail

cleanup

public void cleanup(DecodeEngine decodeEngine)
             throws CleanupException
Parameters:
decodeEngine - the DecodeEngine being used.
Throws:
CleanupException