|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XHTMLFolderFormEventHandler
This interface can be used to react on adding or removing an DMSObject from a DMSFolder
| Method Summary | |
|---|---|
void |
onAdd(DMSFolder f,
DMSObject o)
Called when a DMSObject is added to a folder |
void |
onRemove(DMSFolder f,
DMSObject o)
Called when a DMSObject is removed from a folder |
| Methods inherited from interface com.groiss.dms.XHTMLFormEventHandler |
|---|
beforeShow, getName, onDelete, onInsert, onShow, onUpdate |
| Method Detail |
|---|
void onAdd(DMSFolder f,
DMSObject o)
throws Exception
f - the foldero - the DMSObject to add
Exception
void onRemove(DMSFolder f,
DMSObject o)
throws Exception
f - the foldero - the DMSObject to remove
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||