ucPostDelete

Purpose

This allows additional processing after an issue is deleted from the database.

Applies To

Add Issue and Edit Issue screens

Signature

public void ucPostDelete(
                Problem prob,
                Connection dbconn,
                SesameSession session
            ) throws Exception;

Notes

This is called after an issue has been deleted.  Note there is no return from this method, but it allows further processing after the deletion process.