public interface IFormListener
Modifier and Type | Method and Description |
---|---|
void |
notifyFormChange(int nIdForm)
Notify the listener that a form has been changed
|
void |
notifyFormCreation(int nIdForm)
Notify the listener that a new form has been created
|
void |
notifyFormRemoval(int nIdForm)
Notify the listener that a form has been deleted
|
void notifyFormChange(int nIdForm)
nIdForm
- The id of the formvoid notifyFormCreation(int nIdForm)
nIdForm
- The id of the formvoid notifyFormRemoval(int nIdForm)
nIdForm
- the id of the formCopyright © 2018 City of Paris. All rights reserved.