|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.dms.XHTMLFormEventAdapter com.groiss.dms.XHTMLFolderFormEventAdapter
public class XHTMLFolderFormEventAdapter
The adapter which receives folder events. The methods in this class are empty; this class is provided as a convenience for easily creating handlers by extending this class and overriding only the methods of interest.
Constructor Summary | |
---|---|
XHTMLFolderFormEventAdapter()
|
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 class com.groiss.dms.XHTMLFormEventAdapter |
---|
beforeShow, getName, onDelete, onInsert, onShow, onUpdate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.groiss.dms.XHTMLFormEventHandler |
---|
beforeShow, getName, onDelete, onInsert, onShow, onUpdate |
Constructor Detail |
---|
public XHTMLFolderFormEventAdapter()
Method Detail |
---|
public void onAdd(DMSFolder f, DMSObject o) throws java.lang.Exception
onAdd
in interface XHTMLFolderFormEventHandler
f
- the foldero
- the DMSObject to add
java.lang.Exception
public void onRemove(DMSFolder f, DMSObject o) throws java.lang.Exception
onRemove
in interface XHTMLFolderFormEventHandler
f
- the foldero
- the DMSObject to remove
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |