TimerCallback Interface

This is an interface for which developers can provide an implementation and which will get invoked if a timed operation fails. The interface curam.util.timer.TimerCallback has only one method handleError(Exception, TimerTask) defined and uses can provide implementation to this method.