This allows additional processing after an issue is deleted from the database.
Add Issue and Edit Issue screens
public void ucPostDelete(
Problem prob,
Connection dbconn,
SesameSession session
) throws Exception;
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.