The AddNoteFormHandler has the following pre and post methods:

Method

Function

preAddNote

Empty method that is executed before the handleAddNote method. Define this method when you subclass AddNoteFormhandler and you require a new method that is executed immediately before handleAddNote.

postAddNote

Empty method that is executed after the handleAddNote method. Define this method when you subclass AddNoteFormhandler and you require a new method that is executed immediately after handleAddNote.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices